summaryrefslogtreecommitdiff
path: root/cmake/config-ix.cmake
AgeCommit message (Expand)Author
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
2016-02-11Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris
2016-02-09Revert "Introduce a cmake module to figure out whether we need to link with l...Vasileios Kalintiris
2016-02-09Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris
2015-12-10Replace cmake check for printf with a check for fopen.Evgeniy Stepanov
2015-08-22[libcxx] Add new Sphinx documentationEric Fiselier
2015-07-30Reapply working parts of CMake cleanup.Eric Fiselier
2015-07-29Revert recent CMake changes again due to failing compiler-rt buildsEric Fiselier
2015-07-29Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Eric Fiselier
2015-07-29Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM"Hans Wennborg
2015-07-29[libcxx] Cleanup CMake configuration and integrate with LLVMEric Fiselier
2014-11-14Add -gline-tables-only when compiling w/ sanitizers in RELEASEEric Fiselier
2014-08-18[libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standa...Eric Fiselier
2014-08-16[libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormatEric Fiselier
2014-03-12build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONSSaleem Abdulrasool
2013-10-02Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false.Alexey Samsonov
2011-05-24http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta SuzukiHoward Hinnant
2010-12-10Add CMake build and fix major Linux blockers.Michael J. Spencer