aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineScheduler.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-07-01 00:18:46 +0000
committerZachary Turner <zturner@google.com>2014-07-01 00:18:46 +0000
commit0ec7baa9f40eb48b9c74fcb3c2194306e3a82c54 (patch)
treec7dd882ae6b2fdc70f6ec74d412d51c67de85e0f /llvm/lib/CodeGen/MachineScheduler.cpp
parent4f5e9f8207e6110472df5a378be99e5cd21ba1b4 (diff)
downloadllvm-0ec7baa9f40eb48b9c74fcb3c2194306e3a82c54.zip
llvm-0ec7baa9f40eb48b9c74fcb3c2194306e3a82c54.tar.gz
llvm-0ec7baa9f40eb48b9c74fcb3c2194306e3a82c54.tar.bz2
Fix Windows build after llgs upstream.
With _HAS_EXCEPTIONS=0, Windows' version of <thread> will fail to compile because it calls __uncaught_exception(), which is compiled out due to _HAS_EXCEPTIONS=0. This just creates a stub version of __uncaught_exception() which always fails. llvm-svn: 212076
Diffstat (limited to 'llvm/lib/CodeGen/MachineScheduler.cpp')
0 files changed, 0 insertions, 0 deletions