[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let's renam...
authorKuba Brecka <kuba.brecka@gmail.com>
Wed, 15 Oct 2014 22:47:54 +0000 (22:47 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Wed, 15 Oct 2014 22:47:54 +0000 (22:47 +0000)
commit14c0c5901dae03df3940db1ddf0b4d07b42c1844
tree7a2e7edebfbbf8db215781130c498da6e59f1a51
parentbb525f7c200aab0ba2ebff88031a636510e89b59
[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let's rename it to append_list_if

Doing s/append_if/append_list_if/, no functional change.

http://reviews.llvm.org/D5739

llvm-svn: 219860
compiler-rt/CMakeLists.txt
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
compiler-rt/lib/asan/CMakeLists.txt
compiler-rt/lib/asan/tests/CMakeLists.txt
compiler-rt/lib/dfsan/CMakeLists.txt
compiler-rt/lib/msan/CMakeLists.txt
compiler-rt/lib/msan/tests/CMakeLists.txt
compiler-rt/lib/sanitizer_common/CMakeLists.txt
compiler-rt/lib/sanitizer_common/tests/CMakeLists.txt
compiler-rt/lib/tsan/CMakeLists.txt
compiler-rt/lib/tsan/dd/CMakeLists.txt