[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.
commite18b78588ef4aac46204c7b23d076221993edade
authorAlexey Samsonov <samsonov@google.com>
Mon, 31 Mar 2014 13:45:36 +0000 (31 13:45 +0000)
committerAlexey Samsonov <samsonov@google.com>
Mon, 31 Mar 2014 13:45:36 +0000 (31 13:45 +0000)
tree8620e3e8c88fce96c2a48dc6650b8cd51f5e675c
parenteba4cc9092ffa0fb41c1b25491857f6f9b5b01e4
[CMake] Rename add_compiler_rt_static_runtime to add_compiler_rt_runtime.

Soon there will be an option to build compiler-rt parts as shared libraries
on Linux. Extracted from http://llvm-reviews.chandlerc.com/D3042
by Yuri Gribov.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@205183 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/Modules/AddCompilerRT.cmake
lib/asan/CMakeLists.txt
lib/builtins/CMakeLists.txt
lib/dfsan/CMakeLists.txt
lib/lsan/CMakeLists.txt
lib/msan/CMakeLists.txt
lib/profile/CMakeLists.txt
lib/sanitizer_common/CMakeLists.txt
lib/tsan/CMakeLists.txt
lib/tsan/dd/CMakeLists.txt
lib/ubsan/CMakeLists.txt