[PATCH] D12106: [CMake] Refactoring add_compiler_rt functions for darwin runtimes.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 09:59:56 PDT 2015


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

This patch consolidates add_compiler_rt_osx_static_runtime and add_compiler_rt_darwin_dynamic_runtime into a single new function add_compiler_rt_darwin_runtime.

http://reviews.llvm.org/D12106

Files:
  cmake/Modules/AddCompilerRT.cmake
  lib/asan/CMakeLists.txt
  lib/profile/CMakeLists.txt
  lib/safestack/CMakeLists.txt
  lib/ubsan/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12106.32421.patch
Type: text/x-patch
Size: 7214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150818/4b783216/attachment.bin>


More information about the llvm-commits mailing list