summaryrefslogtreecommitdiffstats
path: root/runtime/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET and CMAKE_OSX_SYSROOT whe...Kuba Mracek2016-12-151-0/+1
* [sanitizer] Passthrough CMAKE_OSX_DEPLOYMENT_TARGET when building compiler-rt...Kuba Brecka2016-11-141-0/+1
* [CMake] Properly connecting Compiler-RT check and test-dependsChris Bieneman2016-09-011-1/+10
* [CMake] Adding USES_TERMINAL to a few additional custom targetsChris Bieneman2016-06-281-2/+3
* [CMake] Connect check-compiler-rt to check-allChris Bieneman2016-06-281-1/+2
* [CMake] Pass LLVM_LIT_ARGS into compiler-rt build.Chris Bieneman2016-06-281-0/+1
* [CMake] Cleaning up CMake version checks in ExternalProject callsChris Bieneman2016-06-091-8/+3
* [CMake] Cleanup uses of USES_TERMINALChris Bieneman2016-06-081-2/+1
* [CMake] Fixing a typo in a CMake optionChris Bieneman2016-06-061-1/+1
* [CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RTChris Bieneman2016-05-101-0/+1
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-13/+0
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-0/+13
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-13/+0
* Moving clang-test-depends into the Clang tests folder and moving vtables_blac...Aaron Ballman2016-04-121-0/+1
* [cmake] Add a few more compiler-rt check-* targets for EXTERNAL_COMPILER_RTFilipe Cabecinhas2016-03-011-1/+2
* [cmake] Try to appease the buildbots.Filipe Cabecinhas2016-03-011-1/+4
* [cmake] Pass through the cmake_3_2_USES_TERMINAL variable so we get progress ...Filipe Cabecinhas2016-03-011-0/+1
* [cmake] Use CMake's USES_TERMINAL for the test targets.Filipe Cabecinhas2016-03-011-1/+3
* [cmake] Fallback to LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR if COMPILER_RT_SRC_R...Filipe Cabecinhas2016-03-011-0/+7
* Make vtables_blacklist dependency conditional on existence of clang target.Peter Collingbourne2016-02-261-1/+3
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-0/+10
* [CMake] ExternalProject for compiler-rt needs to depend on llvm-config and clangChris Bieneman2015-12-161-2/+1
* [CMake] Pass CMAKE_MAKE_PROGRAM through to compiler-rt build.Chris Bieneman2015-12-091-0/+1
* Add llvm-objdump to compiler-rt test deps.Alexey Samsonov2015-12-071-1/+1
* [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 COMPILER_RTChris Bieneman2015-11-111-1/+1
* [CMake] Make external compiler-rt install scripts relative to CMAKE_INSTALL_P...Chris Bieneman2015-10-201-2/+2
* [CMake] When building clang as an external project we should pass through all...Chris Bieneman2015-10-131-0/+11
* [CMake] Bug 14109 - CMake build for compiler-rt should use just-built clangChris Bieneman2015-10-121-50/+66
* [CMake] Add check-asan-dynamic command to external compiler-rt setup.Alexey Samsonov2014-12-181-2/+2
* [CMake] Propagate top-level targets for compiler-rt runtimes and test-suitesAlexey Samsonov2014-03-211-14/+46
* [CMake] Teach build system to build/test compiler-rt with a just-built ClangAlexey Samsonov2014-02-271-1/+65
* Install a copy of the libc++ headers with clang. <rdar://problem/10096516>Bob Wilson2011-09-301-0/+1
* Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we neverNick Lewycky2011-04-151-1/+0
* CMake: Add runtime dir.Michael J. Spencer2010-12-161-0/+12