| commit | dc57c481af3628a2e07d3a8b8185997d8a1c2568 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Sat Mar 07 10:30:34 2015 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Sat Mar 07 10:30:34 2015 +0000 |
| tree | b64b4d83117aeedacd016a843621d688991c1d12 | |
| parent | 7e7dd47fc21daf11c12484f4e9c4585b70d91560 [diff] |
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. llvm-svn: 231560