summaryrefslogtreecommitdiff
path: root/libcxxabi/cmake/config-ix.cmake
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Fix -Wstrict-prototypesSam James2022-11-081-1/+1
* [runtimes] Don't link against compiler-rt when we don't find itLouis Dionne2022-08-241-1/+5
* [runtimes] [CMake] Unify variable namesPetr Hosek2022-04-241-7/+7
* [libc++] Disable coverage with sanitize-coverage=0Ben Wagner2022-01-071-1/+1
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-271-2/+3
* Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek2021-10-211-3/+1
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-181-1/+3
* [libcxx][libcxxabi] CMAKE_REQUIRED_FLAGS is a string, not a listNehal J Wani2021-09-161-1/+1
* [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski2021-02-161-5/+15
* [libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai2020-04-301-2/+6
* [libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek2019-12-061-5/+13
* [libc++abi] Link against libSystem on Apple platformsLouis Dionne2019-10-041-0/+1
* [libcxxabi] Fix arm build failer with libgccAdhemerval Zanella2019-09-251-2/+8
* [libcxx][libcxxabi] Remove the unused CMake checksPetr Hosek2019-05-301-32/+1
* [runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek2019-05-301-0/+4
* [runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek2019-05-301-0/+9
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-01-281-1/+1
* build: use cmake to pass -std=c++11Saleem Abdulrasool2017-06-111-5/+0
* build: use POSITION_INDEPENDENT_CODE CMake propertySaleem Abdulrasool2017-06-111-1/+0
* [libcxxabi] iconv is not needed for mingw-w64Martell Malone2017-05-261-1/+1
* [Libcxxabi]: Support using compiler-rt for MinGW64Martell Malone2017-05-111-3/+8
* Fix Libc++abi linking under MinGW64Eric Fiselier2017-05-111-1/+4
* Apply libc++ MinGW CMake fix to libc++abiEric Fiselier2017-05-111-0/+5
* [CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek2017-04-071-5/+33
* Turn on -Wunused-function and cleanup occurancesEric Fiselier2017-03-041-1/+1
* [CMake] Trying to fix the bots I brokeChris Bieneman2016-08-291-1/+1
* [CMake] Use -std=c++11 if supportedChris Bieneman2016-08-291-0/+5
* libc++abi: add a top level option for using CompilerRTSaleem Abdulrasool2016-07-151-1/+3
* Partially revert r270816: build with -fvisibility=hidden.Eric Fiselier2016-06-021-1/+0
* libc++abi: build with -fvisibility=hiddenSaleem Abdulrasool2016-05-261-0/+1
* [libc++abi] Use libgcc and libgcc_s to provide _Unwind symbols instead of lib...Eric Fiselier2015-12-141-1/+1
* Replace cmake check for printf with a check for fopen.Evgeniy Stepanov2015-12-101-1/+1
* unwind: use -fno-rtti -fno-exceptions -funwind-tablesSaleem Abdulrasool2015-02-061-0/+2
* Enable -Wundef.Dan Albert2015-02-051-0/+1
* Add -funwind-tables to CMAKE_C_FLAGS.Logan Chien2015-01-221-0/+2
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-181-0/+2
* libcxxabi must link to dl if using bundled unwindJonathan Roelofs2014-08-181-0/+1
* libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.Nico Weber2014-07-161-1/+0
* Fix for libc++abi when using -Wl,--as-needed.Dan Albert2014-07-141-0/+2
* Make cmake cxxflags match those in lib/buildit.Dan Albert2014-07-101-3/+14
* Add a cmake build system.Dan Albert2014-07-031-0/+27