[PATCH] [CMake] Cleanup add_compiler_rt_object_library to be platform-agnostic

Chris Bieneman beanz at apple.com
Thu Jun 4 11:29:29 PDT 2015


This change takes darwin-specific goop that was scattered around CMakeLists files and spread between add_compiler_rt_object_library and add_compiler_rt_darwin_object_library and moves it all under add_compiler_rt_object_library.

The goal of this is to try to push platform handling as low in the utility functions as possible.

http://reviews.llvm.org/D10250

Files:
  cmake/Modules/AddCompilerRT.cmake
  lib/asan/CMakeLists.txt
  lib/interception/CMakeLists.txt
  lib/lsan/CMakeLists.txt
  lib/sanitizer_common/CMakeLists.txt
  lib/tsan/dd/CMakeLists.txt
  lib/ubsan/CMakeLists.txt

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10250.27134.patch
Type: text/x-patch
Size: 14044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150604/fa8e7f4f/attachment.bin>


More information about the llvm-commits mailing list