summaryrefslogtreecommitdiff
path: root/libcxxabi/cmake
Commit message (Expand)AuthorAgeFilesLines
* [runtimes] Remove add_target_flags* functions and use add_flags* insteadNikolas Klauser2023-02-211-31/+0
* [runtimes] Move common functions from Handle{Libcxx,Libcxxabi,Libunwind}Flags...Nikolas Klauser2023-02-211-112/+1
* [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] Introduce object librariesLouis Dionne2022-05-161-0/+12
* [libcxxabi] [cmake] Fix a mismatched variable nameMartin Storsjö2022-05-101-1/+1
* [runtimes] [CMake] Unify variable namesPetr Hosek2022-04-242-20/+20
* [libc++] Disable coverage with sanitize-coverage=0Ben Wagner2022-01-071-1/+1
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-272-66/+3
* Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek2021-10-212-3/+65
* [CMake] Cache the compiler-rt library search resultsPetr Hosek2021-10-182-65/+3
* [libcxx][libcxxabi] CMAKE_REQUIRED_FLAGS is a string, not a listNehal J Wani2021-09-161-1/+1
* [runtimes] Don't try passing --target flags to GCCLouis Dionne2021-07-151-0/+11
* [SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski2021-02-161-5/+15
* [libcxxabi,libunwind] support running tests in standalone modeDominik Montada2020-10-141-142/+0
* [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
* Provide a meaningful diagnostic when LLVM_PATH doesn't point to a directoryLouis Dionne2019-08-191-0/+3
* [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
* [libcxxabi][CMake] Drop unused HandleOutOfTreeLLVM includePetr Hosek2019-02-181-3/+0
* Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek2019-01-281-1/+1
* [cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny2019-01-281-1/+1
* [CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek2019-01-281-1/+1
* [libcxxabi] Support building hermetic static libraryPetr Hosek2019-01-241-0/+23
* Enable LLVM_ENABLE_WARNINGS when building standalone out of treeMartin Storsjo2019-01-221-0/+2
* [CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek2018-11-141-0/+3
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-202-3/+7
* Fix standalone test-suite run.Eric Fiselier2018-01-171-7/+15
* 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] HandleLLVMOptions in out of tree buildMartell Malone2017-06-031-0/+1
* [libcxxabi] Rework CMakeLists.txt into modulesMartell Malone2017-06-013-0/+356
* [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] Fix the -target and -gcc-toolchain flag handlingPetr Hosek2017-04-161-1/+1
* [CMake][libcxxabi] Use -nodefaultlibs for CMake checksPetr Hosek2017-04-072-5/+91
* 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