diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-02-07 23:23:23 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2018-02-07 23:23:23 +0000 |
commit | 8e6107a0e49940646d08e5d703d2d128000bcdea (patch) | |
tree | aea807635bcee314026bb27b1fd402bc96cf79b2 /llvm/test/Transforms/LoopVectorize | |
parent | dee75682c88011971ab39b861d32f1c4a826661a (diff) | |
download | bcm5719-llvm-8e6107a0e49940646d08e5d703d2d128000bcdea.tar.gz bcm5719-llvm-8e6107a0e49940646d08e5d703d2d128000bcdea.zip |
Fix compilation in C++17 mode.
C++17 removes `std::unexpected_handler`, but libc++abi needs it to define
`__cxa_exception`. When building against libc++, this is easily rectified by
telling libc++ we're building the library. We already do this in the other
places where we need these symbols.
Differential Revision: https://reviews.llvm.org/D42987
llvm-svn: 324542
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
0 files changed, 0 insertions, 0 deletions