[PATCH] D12339: [CMake] Add OBJECT_LIBS option to add_compiler_rt_runtime, and refactored asan call site to use it.
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 14:49:53 PDT 2015
beanz created this revision.
beanz added reviewers: filcab, samsonov, bogner, kubabrecka, zaks.anna, glider.
beanz added a subscriber: llvm-commits.
This is one more step to allow us to eliminate platform-specific code from the library CMakeLists files. Subsequent patches will refactor all call sites to use this and other new features.
http://reviews.llvm.org/D12339
Files:
cmake/Modules/AddCompilerRT.cmake
lib/asan/CMakeLists.txt
lib/asan/tests/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12339.33132.patch
Type: text/x-patch
Size: 7935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150825/9ea87d1b/attachment.bin>
More information about the llvm-commits
mailing list