[PATCH] D12292: [CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into a single function

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 10:31:46 PDT 2015


beanz created this revision.
beanz added reviewers: filcab, samsonov, bogner, kubabrecka, zaks.anna, glider.
beanz added a subscriber: llvm-commits.

This refactoring moves much of the Apple-specific behavior into a function in AddCompilerRT. The next cleanup patch will remove more of the if(APPLE) checks in the outlying CMakeLists.

http://reviews.llvm.org/D12292

Files:
  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/safestack/CMakeLists.txt
  lib/tsan/CMakeLists.txt
  lib/tsan/dd/CMakeLists.txt
  lib/ubsan/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12292.32973.patch
Type: text/x-patch
Size: 22023 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150824/d1c48cc8/attachment.bin>


More information about the llvm-commits mailing list