summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2016-06-02[libcxxabi] Allow target flags to affect configuration tests.Eric Fiselier
2016-06-01Missed part of D16545 (static lib testing)Ben Craig
2016-05-31[CMake] Update to requiring CMake 3.4.3Chris Bieneman
2016-05-31[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake
2016-05-26libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool
2016-05-25Allow explicit pthread opt-inBen Craig
2016-04-18[CMake] Fix misleading error message in CMakeLists.txt.Eugene Zelenko
2016-04-18Respect LIBCXXABI_LIBDIR_SUFFIX before an installBen Craig
2015-08-05Update to new lists.llvm.orgTanya Lattner
2015-05-09LIBCXXABI_LIBUNWIND_INCLUDES is already set before calling find_path, and fin...Anton Korobeynikov
2015-05-08TyposAnton Korobeynikov
2015-05-08Fix "TODO" and provide the configure-time options to find libunwind.Anton Korobeynikov
2015-04-29Fix syntax error in CMake created when a variable is not defined.Eric Fiselier
2015-04-28libc++abi: work around layering violationSaleem Abdulrasool
2015-04-28libc++abi: try harder to force the LLVM unwinder on ARMSaleem Abdulrasool
2015-04-27libc++abi: enable LLVM unwinder by default for ARMSaleem Abdulrasool
2015-04-25libc++abi: remove build infrastructure for unwindSaleem Abdulrasool
2015-04-24libc++abi: remove the duplicated unwind contentSaleem Abdulrasool
2015-04-01Revert r228351 - Dont install header files.Eric Fiselier
2015-03-17add option to tell LIT where to find the libc++ library when built out of treeEric Fiselier
2015-03-03[libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier
2015-02-05Install header filesGreg Fitzgerald
2015-02-05Enable -Wundef.Dan Albert
2015-01-26Adopt CMake policy CMP0042. Set MACOSX_RPATH on by default.Eric Fiselier
2015-01-22[libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...Eric Fiselier
2015-01-22Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien
2015-01-22Allow libc++abi to be built without unwinder.Logan Chien
2015-01-16LIBCXXABI_TARGET_TRIPLE won't always be set.Dan Albert
2015-01-16[libc++abi] Add support for cross compiling.Dan Albert
2015-01-14Update PACKAGE_VERSION to 3.7.0svnHans Wennborg
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth
2014-11-24[libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier
2014-11-19Remove accidentally commited line in commit. SorryEric Fiselier
2014-11-18[libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to s...Eric Fiselier
2014-10-17[libcxxabi] Document the standalone build's requirements on llvm-config and l...Eric Fiselier
2014-08-26Remove strict dependency on llvm-config.Dan Albert
2014-07-16libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber
2014-07-11Add support for building and testing the unwinder.Dan Albert
2014-07-10Make cmake cxxflags match those in lib/buildit.Dan Albert
2014-07-10Add lit configs for libcxxabi tests.Dan Albert
2014-07-03Add a cmake build system.Dan Albert