aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Threading.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2022-08-07 11:45:06 -0700
committerLang Hames <lhames@gmail.com>2022-08-07 12:15:59 -0700
commit41c41fcbc036d75e6b6ea0756857099befbb3313 (patch)
tree22ca42e2802b882a61d9ee17bdef68ee6daf297b /llvm/lib/Support/Threading.cpp
parentf616a63db25579d51bc11763535aaf371b075827 (diff)
downloadllvm-41c41fcbc036d75e6b6ea0756857099befbb3313.zip
llvm-41c41fcbc036d75e6b6ea0756857099befbb3313.tar.gz
llvm-41c41fcbc036d75e6b6ea0756857099befbb3313.tar.bz2
Revert "[JITLink] Fix some C++17 related fixmes."
This reverts commit 6ea5bf436a983ea9e16a5fe7534c87beca0a61b7. 6ea5bf436a983ea9e16a5fe7534c87beca0a61b7 made use of new c++17 rules regarding order of evaluation (specifically: in function calls the expression naming the function should be sequenced before the evalution of any operands) to simplify some continuation-passing calls. Unfortunately this appears to break at least one MSVC bot: https://lab.llvm.org/buildbot/#/builders/123/builds/12149 . Includes an update to the comments to note that the workaround is now based on MSVC limitations, not on LLVM adopting c++17.
Diffstat (limited to 'llvm/lib/Support/Threading.cpp')
0 files changed, 0 insertions, 0 deletions