summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton2018-01-231-1/+1
* Fix installation of cxxabi.h through libc++.Eric Fiselier2017-11-251-1/+1
* Make libcxx tests work when llvm sources are not present.Zachary Turner2017-09-201-7/+10
* Resubmit "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-0/+5
* Revert "Fix llvm-lit script generation in libcxx."Zachary Turner2017-09-191-5/+0
* Fix llvm-lit script generation in libcxx.Zachary Turner2017-09-191-0/+5
* [libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek2017-07-111-1/+1
* Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARYEric Fiselier2017-05-251-1/+1
* libcxx: fix bootstrapping for mingw-w64Martell Malone2017-05-251-1/+9
* [CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek2017-04-161-1/+1
* [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibsPetr Hosek2017-04-061-1/+2
* [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2017-04-052-2/+7
* Try to fix the libcxx build with mingw64Reid Kleckner2017-03-311-0/+5
* Fix cmake to find the compiler-rt libs on darwinBruno Cardoso Lopes2017-03-141-9/+21
* Change test coverage generation to use llvm-cov instead of gcov.Eric Fiselier2017-03-112-2/+59
* Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-101-3/+5
* Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-101-5/+3
* Correctly default to using the system libc++abi on Apple.Eric Fiselier2017-02-101-3/+5
* Improve CMake and LIT support for WindowsEric Fiselier2017-01-161-6/+8
* Reland "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek2017-01-161-7/+0
* Fix copy-paste errors in r292001Eric Fiselier2017-01-141-3/+3
* [libc++] [CMake] Link with /nodefaultlibs on WindowsEric Fiselier2017-01-141-0/+4
* Don't dump llvm-config --cmakedir output if command fails.Eric Fiselier2017-01-141-1/+2
* Revert "[CMake][libcxx] Move Python check to main CMake file"Petr Hosek2017-01-111-0/+7
* [CMake][libcxx] Move Python check to main CMake filePetr Hosek2017-01-101-7/+0
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny2017-01-091-1/+12
* PR31540: install libc++abi headers into include/c++/v1 in build area.Richard Smith2017-01-051-1/+9
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-031-3/+8
* Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier2017-01-021-5/+1
* Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-021-1/+5
* build: dont detect libraries for WindowsSaleem Abdulrasool2017-01-011-6/+27
* [libcxx][CMake] Move the warning to HandleOutOfTreeLLVMPetr Hosek2016-12-121-0/+4
* Put C++ ABI headers in a special build directory instead of the top level.Eric Fiselier2016-12-091-6/+8
* Add check-cxx-abilist target when supported.Eric Fiselier2016-11-141-36/+25
* [cmake] Allow testing against installed LLVM with no sourcesMichal Gorny2016-10-191-11/+6
* Remove dead CMake targetEric Fiselier2016-10-141-2/+0
* Cleanup CMake status outputEric Fiselier2016-10-101-3/+0
* Fix linker script generation for in-tree buildsEric Fiselier2016-10-091-0/+8
* [CMake] NFC. Missed the other uses in r280406Chris Bieneman2016-09-011-2/+2
* [CMake] Don't copy headers on fully standaloneChris Bieneman2016-09-011-1/+9
* Fix libc++ configuration with -fsanitize-coverageIvan Krasin2016-09-012-0/+6
* libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-292-5/+33
* libc++: add an option to build against compiler-rtSaleem Abdulrasool2016-08-241-1/+3
* Revert "libc++: Perform configuration checks with -nodefaultlibs"Saleem Abdulrasool2016-08-241-21/+2
* libc++: Perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-231-2/+21
* [CMake] Get libcxx building under LLVM/runtimesChris Bieneman2016-08-181-6/+8
* Rework libatomic handling in CMake and LIT.Eric Fiselier2016-07-181-1/+1
* [CMake] Cleanup uses of USES_TERMINALChris Bieneman2016-06-081-8/+0
* [libcxx] Allow target flags to affect CMake configuration testsEric Fiselier2016-06-021-0/+20
* Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a stringEric Fiselier2016-05-271-2/+4
OpenPOWER on IntegriCloud