summaryrefslogtreecommitdiff
path: root/libcxx/cmake/config-ix.cmake
AgeCommit message (Expand)Author
2024-10-25Revert "[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler"...Vitaly Buka
2024-10-24[runtimes] Probe for -nostdlib++ and -nostdinc++ with the C compiler (#108357)Martin Storsjö
2024-07-31[cmake] switch to CMake's native `check_{compiler,linker}_flag` (#96171)h-vetinari
2024-07-18[libc][libcxx] Support for building libc++ against LLVM libc (#99287)Petr Hosek
2024-02-29[libc++] tests with picolibc: prevent looking for unneeded "rt" library (#82262)Dominik Wójt
2023-12-13[runtimes] Don't link against compiler-rt explicitly when we use -nostdlib++ ...Louis Dionne
2023-11-03[libc++][Android] Explicitly declare low-level lib existence (#70534)Ryan Prichard
2023-10-13[libc++] Use -nostdlib++ on GCC unconditionally (#68832)Louis Dionne
2023-09-21[runtimes] Fix link order of system librarires on Apple platforms (#66940)Louis Dionne
2023-02-22Revert "[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_f...Petr Hosek
2023-02-22[CMake] Unify llvm_check_linker_flag and llvm_check_compiler_linker_flagPetr Hosek
2022-11-08[CMake] Fix -Wstrict-prototypesSam James
2022-08-24[runtimes] Don't link against compiler-rt when we don't find itLouis Dionne
2022-05-12[runtimes] [cmake] Fix -Werror detection in common build configsMartin Storsjö
2022-04-24[runtimes] [CMake] Unify variable namesPetr Hosek
2022-01-29[cmake] Partially deduplicate `{llvm,compiler_rt}_check_linker_flag` for runt...John Ericson
2022-01-21Revert "[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime ...Petr Hosek
2022-01-20[cmake] Duplicate `{llvm,compiler_rt}_check_linker_flag` for runtime libs and...John Ericson
2022-01-07[libc++] Disable coverage with sanitize-coverage=0Ben Wagner
2021-12-09Reapply #2 of [runtimes] Fix building initial libunwind+libcxxabi+libcxx with...Martin Storsjö
2021-12-09Revert "Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx wi...Martin Storsjö
2021-12-08Reapply [runtimes] Fix building initial libunwind+libcxxabi+libcxx with compi...Martin Storsjö
2021-11-17Revert "[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compi...Martin Storsjö
2021-11-16[runtimes] Fix building initial libunwind+libcxxabi+libcxx with compiler impl...Martin Storsjö
2021-10-27[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-10-21Revert "[CMake] Cache the compiler-rt library search results"Petr Hosek
2021-10-18[CMake] Cache the compiler-rt library search resultsPetr Hosek
2021-09-16[libcxx][libcxxabi] CMAKE_REQUIRED_FLAGS is a string, not a listNehal J Wani
2021-02-16[SystemZ][ZOS] Prefer -nostdlib++ as opposed to -nodefaultlibs when building ...Zbigniew Sarbinowski
2020-06-05[libc++] Link against libatomic when it is foundLouis Dionne
2020-04-30[libcxx][libcxxabi][libunwind] Use libgcc on AndroidShoaib Meenai
2019-12-06[libcxx{,abi}] Don't link libpthread and libdl on FuchsiaPetr Hosek
2019-05-30[libcxx][libcxxabi] Remove the unused CMake checksPetr Hosek
2019-05-30[runtimes] Use -Wunknown-pragmas for the pragma checkPetr Hosek
2019-05-30[runtimes] Check if pragma comment(lib, ...) is supported firstPetr Hosek
2019-05-02[libc++][CMake] Link against libSystem on Apple platformsLouis Dionne
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek
2017-05-25Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARYEric Fiselier
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone
2017-04-06[CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibsPetr Hosek
2017-04-05[CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek
2017-03-31Try to fix the libcxx build with mingw64Reid Kleckner
2017-01-01build: dont detect libraries for WindowsSaleem Abdulrasool
2016-09-01Fix libc++ configuration with -fsanitize-coverageIvan Krasin
2016-08-29libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool
2016-08-24libc++: add an option to build against compiler-rtSaleem Abdulrasool
2016-08-24Revert "libc++: Perform configuration checks with -nodefaultlibs"Saleem Abdulrasool
2016-08-23libc++: Perform configuration checks with -nodefaultlibsSaleem Abdulrasool
2016-02-11Fix r260515 - Correct typos in CMake changesEric Fiselier