aboutsummaryrefslogtreecommitdiff
path: root/libcxx/cmake
AgeCommit message (Expand)AuthorFilesLines
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek1-1/+1
2017-05-25Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARYEric Fiselier1-1/+1
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone1-1/+9
2017-04-16[CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek1-1/+1
2017-04-06[CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibsPetr Hosek1-1/+2
2017-04-05[CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2-2/+7
2017-03-31Try to fix the libcxx build with mingw64Reid Kleckner1-0/+5
2017-03-14Fix cmake to find the compiler-rt libs on darwinBruno Cardoso Lopes1-9/+21
2017-03-11Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier2-2/+59
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier1-3/+5
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier1-5/+3
2017-02-10Correctly default to using the system libc++abi on Apple.Eric Fiselier1-3/+5
2017-01-16Improve CMake and LIT support for WindowsEric Fiselier1-6/+8
2017-01-16Reland "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek1-7/+0
2017-01-14Fix copy-paste errors in r292001Eric Fiselier1-3/+3
2017-01-14[libc++] [CMake] Link with /nodefaultlibs on WindowsEric Fiselier1-0/+4
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier1-1/+2
2017-01-11Revert "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek1-0/+7
2017-01-10[CMake][libcxx] Move Python check to main CMake filePetr Hosek1-7/+0
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny1-1/+12
2017-01-05PR31540: install libc++abi headers into include/c++/v1 in build area.Richard Smith1-1/+9
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier1-3/+8
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier1-5/+1
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier1-1/+5
2017-01-01build: dont detect libraries for WindowsSaleem Abdulrasool1-6/+27
2016-12-12[libcxx][CMake] Move the warning to HandleOutOfTreeLLVMPetr Hosek1-0/+4
2016-12-09Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier1-6/+8
2016-11-14Add check-cxx-abilist target when supported.Eric Fiselier1-36/+25
2016-10-19[cmake] Allow testing against installed LLVM with no sourcesMichal Gorny1-11/+6
2016-10-14Remove dead CMake targetEric Fiselier1-2/+0
2016-10-10Cleanup CMake status outputEric Fiselier1-3/+0
2016-10-09Fix linker script generation for in-tree buildsEric Fiselier1-0/+8
2016-09-01[CMake] NFC. Missed the other uses in r280406Chris Bieneman1-2/+2
2016-09-01[CMake] Don't copy headers on fully standaloneChris Bieneman1-1/+9
2016-09-01Fix libc++ configuration with -fsanitize-coverageIvan Krasin2-0/+6
2016-08-29libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool2-5/+33
2016-08-24libc++: add an option to build against compiler-rtSaleem Abdulrasool1-1/+3
2016-08-24Revert "libc++: Perform configuration checks with -nodefaultlibs"Saleem Abdulrasool1-21/+2
2016-08-23libc++: Perform configuration checks with -nodefaultlibsSaleem Abdulrasool1-2/+21
2016-08-18[CMake] Get libcxx building under LLVM/runtimesChris Bieneman1-6/+8
2016-07-18Rework libatomic handling in CMake and LIT.Eric Fiselier1-1/+1
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman1-8/+0
2016-06-02[libcxx] Allow target flags to affect CMake configuration testsEric Fiselier1-0/+20
2016-05-27Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a stringEric Fiselier1-2/+4
2016-05-10[libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier1-0/+5
2016-02-20Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers.Eric Fiselier1-2/+2
2016-02-16Issue a warning instead of fatal errors when checks for libatomic fail.Vasileios Kalintiris1-2/+2
2016-02-11Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with...Eric Fiselier1-2/+2
2016-02-11Fix r260515 - Correct typos in CMake changesEric Fiselier2-8/+4
2016-02-11Re-commit "Introduce a cmake module to figure out whether we need to link wit...Vasileios Kalintiris2-0/+46