summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2017-11-30[libc++abi] Add install-cxxabi-stripped targetShoaib Meenai
2017-11-17[libcxxabi][CMake] Provide option to disable installing of the libraryPetr Hosek
2017-11-17[CMake][libcxxabi] Support merging objects when statically linking unwinderPetr Hosek
2017-07-11[libcxxabi][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-06-11build: use cmake to pass -std=c++11Saleem Abdulrasool
2017-06-11build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool
2017-06-01[libcxxabi] Rework CMakeLists.txt into modulesMartell Malone
2017-05-11Revert "Rename c++abi.a on Windows to libc++abi to avoid name conflicts"Eric Fiselier
2017-05-11Fix Libc++abi linking under MinGW64Eric Fiselier
2017-05-11Rename c++abi.a on Windows to libc++abi to avoid name conflictsEric Fiselier
2017-03-02[libc++abi] Add option to enable definitions for the new/delete overloads.Eric Fiselier
2017-03-01Cleanup new/delete definitionsEric Fiselier
2017-02-09[libcxxabi][CMake] Support in-tree libunwind when building as part of runtimesPetr Hosek
2016-11-18Rename TU names to not conflict with libc++.Eric Fiselier
2016-10-25Get libc++abi building with LLVM_ENABLE_MODULESEric Fiselier
2016-10-14Don't compile cxa_thread_atexit.cpp with -DLIBCXX_ENABLE_THREADS=OFFVitaly Buka
2016-10-09[libc++abi] Fix bug which cased the static libunwind to always be chosenEric Fiselier
2016-10-07Recommit r282692: [libc++abi] Use fallback_malloc to allocate __cxa_eh_global...Igor Kudrin
2016-09-29Revert r282692: Use fallback_malloc to allocate __cxa_eh_globals in case of d...Igor Kudrin
2016-09-29[libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynam...Igor Kudrin
2016-08-28[CMake] Be more consistent about naming targets and components in libc++abiEric Fiselier
2016-08-28[CMake] Apply r279151 cleanup to libc++abi.Eric Fiselier
2016-08-09Depend directly on unwind when not building standalonePetr Hosek
2016-08-09Add lib directory to linker paths when using libunwindPetr Hosek
2016-05-31[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake
2015-12-14[libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier
2015-08-19[libcxxabi] Add "install-libcxxabi" target.Eric Fiselier
2015-03-03[libcxxabi] Build both static and shared versions of libc++abi by default.Eric Fiselier
2014-12-29[cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth
2014-12-18[libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert
2014-11-24[libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier
2014-11-18[libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to s...Eric Fiselier
2014-08-12Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6Hans Wennborg
2014-07-14Fix for libc++abi when using -Wl,--as-needed.Dan Albert
2014-07-11Support LLVM_LIBDIR_SUFFIX.Dan Albert
2014-07-11Add support for building and testing the unwinder.Dan Albert
2014-07-10Add lit configs for libcxxabi tests.Dan Albert
2014-07-03Add a cmake build system.Dan Albert