summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/LLVMExternalProjectUtils.cmake
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Add llvm-lipo dependency to runtimesXin-Xin Wang2019-12-161-1/+4
* Append an executable suffix to the toolchain tool paths on Windows platform.Galina Kistanova2019-08-071-12/+12
* [CMake] Provide an option to use relative paths in debug infoPetr Hosek2019-05-311-0/+2
* build: use clang-cl for runtimes when targeting WindowsSaleem Abdulrasool2019-05-171-3/+18
* [cmake] Remove use of deprecated generator expression. NFCShoaib Meenai2019-03-301-1/+1
* [CMake] Support stripping and linking output to .build-id directoryPetr Hosek2019-03-091-2/+8
* [CMake] Support cross-compiling with multi-stage buildsPetr Hosek2018-11-161-1/+28
* [CMake] Pass CMAKE_INSTALL_DO_STRIP to external projectsPetr Hosek2018-07-151-1/+1
* [CMake] Use variables rather than ":" delimitersPetr Hosek2018-06-271-8/+5
* [CMake] Pass additional CMake tools to external projectsPetr Hosek2018-06-061-2/+22
* [cmake] Don't build Native llvm-config when cross compiling if passed by user.Don Hinton2018-01-211-1/+1
* [CMake] Support for cross-compilation when build runtimesPetr Hosek2018-01-081-2/+12
* [CMake] Pass LLVM_HAVE_LINK_VERSION_SCRIPT to external projectsPetr Hosek2017-12-131-0/+1
* [cmake] Only pass CMAKE_SYSROOT if non-emptyShoaib Meenai2017-12-081-1/+5
* [CMake] Don't use comma as an alternate separatorPetr Hosek2017-12-051-2/+2
* [llvm] Add stripped installation targetsShoaib Meenai2017-11-301-6/+3
* [CMake] Pass LLVM_HOST_TRIPLE to external projectsPetr Hosek2017-11-271-0/+1
* Use LIST_SEPARATOR rather than escaping in ExternalProject_AddPetr Hosek2017-11-271-1/+2
* [CMake] Passthrough CMAKE_SYSROOT to external projectsPetr Hosek2017-11-091-0/+1
* Generate a compile_commands.json DB for external projects.George Karpenkov2017-07-201-0/+1
* [CMake] Support multi-target runtimes buildPetr Hosek2017-07-111-1/+9
* [CMake] Multi-target builtins buildPetr Hosek2016-12-121-0/+9
* [CMake] Cleanup LLVM_OPTIMIZED_TABLEGENChris Bieneman2016-09-061-2/+6
* [CMake] Make llvm-config implicit dependency for subprojectsChris Bieneman2016-08-181-1/+1
* [CMake] Add LLVM runtimes directoryChris Bieneman2016-06-231-10/+30
* [CMake] Removing fallback code for CMake versions before 3.1Chris Bieneman2016-06-091-14/+0
* [CMake] Cleanup ExternalProject usage of CMake 3.x featuresChris Bieneman2016-06-091-19/+7
* [CMake] Cleanup uses of USES_TERMINALChris Bieneman2016-06-081-7/+3
* [CMake] Make llvm_ExternalProject always call the build actionChris Bieneman2016-04-081-9/+17
* [CMake] Removing an unnecessary layer of variable indirectionChris Bieneman2015-12-031-1/+1
* NFC. Fixing my consistently incorrect spelling.Chris Bieneman2015-11-231-4/+4
* [CMake] Fix handling of passing through semi-colon separated lists.Chris Bieneman2015-11-201-1/+2
* [CMake] Fixing passthrough for variables starting with the sub-project nameChris Bieneman2015-11-111-1/+1
* [CMake] Add support for building the llvm test-suite as part of an LLVM build...Chris Bieneman2015-11-111-0/+194
OpenPOWER on IntegriCloud