Teach the LLVM CMake build how to explicitly use libc++abi when using
authorChandler Carruth <chandlerc@gmail.com>
Sat, 7 Mar 2015 10:30:34 +0000 (10:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 7 Mar 2015 10:30:34 +0000 (10:30 +0000)
commit24a6fb0a17caf9b5137027e41751fc7e82c7e3f0
treecd51a5c1ece1a70958c5e4fe973d62935f776f3c
parent60557bededece9a1d9cf907a3895ded5bf183d2d
Teach the LLVM CMake build how to explicitly use libc++abi when using
libc++. This lets me almost self-host on Linux with libc++ and libc++abi
very simply.

Currently, MCJIT and OrcJIT are failing due to uncaught exceptions, and
the Go binding tests are failing to build due to not linking in the
correct C++ standard library.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231560 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/HandleLLVMStdlib.cmake