[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 15:23:33 PDT 2015


beanz updated this revision to Diff 33014.
beanz added a comment.

Updates based on feedback from samsonov.

- Made add_compiler_rt_runtime only handle one type of library per call
- General cleanup
- Fixed a bunch of places where I was missing PARENT_TARGET settings
- Removed OUTPUT_NAME and special cased WIN32


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.33014.patch
Type: text/x-patch
Size: 23806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150824/f41995ad/attachment.bin>


More information about the llvm-commits mailing list