summaryrefslogtreecommitdiffstats
path: root/libcxx/cmake/Modules
Commit message (Expand)AuthorAgeFilesLines
* Support for multiarch runtimes layoutPetr Hosek2018-06-281-1/+1
* [CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo2018-06-202-3/+7
* [CMake] Use common variable for all header targets NFCPetr Hosek2018-06-121-2/+2
* [CMake] Add a missing target dependency on C++ ABI headersPetr Hosek2018-06-121-0/+1
* Reland "Use custom command and target to install libc++ headers"Petr Hosek2018-06-121-7/+17
* Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek2018-04-091-17/+7
* [CMake] Use custom command and target to install libc++ headersPetr Hosek2018-04-091-7/+17
* [libcxx][cmake] Remove libatomic temporarily from CMAKE_REQUIRED_LIBRARIES wh...Simon Dardis2018-04-041-0/+7
* [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
* [CMake][libcxx] Fix the --target and --gcc-toolchain flag handlingPetr Hosek2017-04-161-1/+1
* [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requestedPetr Hosek2017-04-051-1/+4
* 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
* [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-011-0/+3
* libc++: perform configuration checks with -nodefaultlibsSaleem Abdulrasool2016-08-291-1/+4
* [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