summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2017-11-25Fix installation of cxxabi.h through libc++.Eric Fiselier
2017-09-20Make libcxx tests work when llvm sources are not present.Zachary Turner
2017-09-19Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Revert "Fix llvm-lit script generation in libcxx."Zachary Turner
2017-09-19Fix llvm-lit script generation in libcxx.Zachary Turner
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-05-25Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARYEric Fiselier
2017-05-25libcxx: fix bootstrapping for mingw-w64Martell Malone
2017-04-16[CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek
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-03-14Fix cmake to find the compiler-rt libs on darwinBruno Cardoso Lopes
2017-03-11Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier
2017-02-10Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier
2017-02-10Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier
2017-02-10Correctly default to using the system libc++abi on Apple.Eric Fiselier
2017-01-16Improve CMake and LIT support for WindowsEric Fiselier
2017-01-16Reland "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek
2017-01-14Fix copy-paste errors in r292001Eric Fiselier
2017-01-14[libc++] [CMake] Link with /nodefaultlibs on WindowsEric Fiselier
2017-01-14Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier
2017-01-11Revert "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek
2017-01-10[CMake][libcxx] Move Python check to main CMake filePetr Hosek
2017-01-09[cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny
2017-01-05PR31540: install libc++abi headers into include/c++/v1 in build area.Richard Smith
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-01build: dont detect libraries for WindowsSaleem Abdulrasool
2016-12-12[libcxx][CMake] Move the warning to HandleOutOfTreeLLVMPetr Hosek
2016-12-09Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier
2016-11-14Add check-cxx-abilist target when supported.Eric Fiselier
2016-10-19[cmake] Allow testing against installed LLVM with no sourcesMichal Gorny
2016-10-14Remove dead CMake targetEric Fiselier
2016-10-10Cleanup CMake status outputEric Fiselier
2016-10-09Fix linker script generation for in-tree buildsEric Fiselier
2016-09-01[CMake] NFC. Missed the other uses in r280406Chris Bieneman
2016-09-01[CMake] Don't copy headers on fully standaloneChris Bieneman
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-08-18[CMake] Get libcxx building under LLVM/runtimesChris Bieneman
2016-07-18Rework libatomic handling in CMake and LIT.Eric Fiselier
2016-06-08[CMake] Cleanup uses of USES_TERMINALChris Bieneman
2016-06-02[libcxx] Allow target flags to affect CMake configuration testsEric Fiselier
2016-05-27Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a stringEric Fiselier
2016-05-10[libcxx] Prefer C++14 over C++11 when building libc++experimental.Eric Fiselier