summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2019-02-04Support tests in freestandingJF Bastien
2019-01-28Revert "[CMake] Use __libc_start_main rather than fopen when checking for C l...Petr Hosek
2019-01-28[cmake] Fix get_llvm_lit_path() to respect LLVM_EXTERNAL_LIT alwaysMichal Gorny
2019-01-28[CMake] Use __libc_start_main rather than fopen when checking for C libraryPetr Hosek
2018-11-14[CMake] Passthrough CFLAGS when checking the compiler-rt pathPetr Hosek
2018-11-13Add cxx-benchmark-unittests targetEric Fiselier
2018-10-04[CMake] Use just basename when copying C++ ABI headersPetr Hosek
2018-10-01Attempt to unbreak Windows configuration.Eric Fiselier
2018-07-25[CMake] Don't install c++abi headers in standalone libc++ buildPetr Hosek
2018-07-24[CMake] Fix the setting of LIBCXX_HEADER_DIR in standalone buildPetr Hosek
2018-07-24Reland "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23Revert "[CMake] Support statically linking dependencies only to shared or sta...Petr Hosek
2018-07-23[CMake] Support statically linking dependencies only to shared or static libraryPetr Hosek
2018-07-20[CMake] Install C++ ABI headers into the right locationPetr Hosek
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-06-20[CMake] Convert paths to the right form in standalone builds on WindowsMartin Storsjo
2018-06-12[CMake] Use common variable for all header targets NFCPetr Hosek
2018-06-12[CMake] Add a missing target dependency on C++ ABI headersPetr Hosek
2018-06-12Reland "Use custom command and target to install libc++ headers"Petr Hosek
2018-04-09Revert "[CMake] Use custom command and target to install libc++ headers"Petr Hosek
2018-04-09[CMake] Use custom command and target to install libc++ headersPetr Hosek
2018-04-04[libcxx][cmake] Remove libatomic temporarily from CMAKE_REQUIRED_LIBRARIES wh...Simon Dardis
2018-01-23[cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton
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