llvm-capstone/libcxx
Howard Hinnant 804f9116e5 Michael van der Westhuizen: The attached patch add support for building against libc++abi and libcxxrt to CMake builds of libc++.
Usage (with the appropriate CC and CXX environment variables) is:
$ cmake -DLIBCXX_CXX_ABI=libcxxabi '-DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/home/michael/libcxxabi/include' ../libcxx
and:
$ cmake -DLIBCXX_CXX_ABI=libcxxrt '-DLIBCXX_LIBCXXRT_INCLUDE_PATHS=/home/michael/libcxxrt/src' ../libcxx

llvm-svn: 174623
2013-02-07 15:27:39 +00:00
..
cmake http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki 2011-05-24 12:54:00 +00:00
include Michael van der Westhuizen: The attached patch add support for building against libc++abi and libcxxrt to CMake builds of libc++. 2013-02-07 15:27:39 +00:00
lib [build/Darwin] Use the correct libc++abi reexport list. 2013-02-07 00:24:19 +00:00
src Clean up some warnings for Linux build; No functionality change 2013-02-07 14:22:51 +00:00
test Give a lot more timing latitude to some of the timing tests. Busy buildbots are hitting the timing limits too often. 2013-02-06 20:25:56 +00:00
www [CMake] Fix c++ abi library configuration on Linux. 2012-12-31 19:34:21 +00:00
.arcconfig Add a simple .arcconfig to make using the 'arc' commandline tool and the 2012-12-31 05:59:45 +00:00
CMakeLists.txt Michael van der Westhuizen: The attached patch add support for building against libc++abi and libcxxrt to CMake builds of libc++. 2013-02-07 15:27:39 +00:00
CREDITS.TXT Updating CREDITS.TXT 2013-01-01 16:09:11 +00:00
LICENSE.TXT Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
Makefile Fix installheaders target to do what it did prior to r161760. rdar://12348765 2012-09-21 20:49:54 +00:00