[PATCH] D12386: [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 26 15:56:07 PDT 2015
beanz created this revision.
beanz added reviewers: filcab, bogner, kubabrecka, zaks.anna, glider, samsonov.
beanz added a subscriber: llvm-commits.
This is the first step in a multi-step refactoring to move add_sanitizer_rt_symbols in the direction of other add_* functions in compiler-rt.
http://reviews.llvm.org/D12386
Files:
cmake/Modules/SanitizerUtils.cmake
lib/asan/CMakeLists.txt
lib/dfsan/CMakeLists.txt
lib/msan/CMakeLists.txt
lib/tsan/CMakeLists.txt
lib/ubsan/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12386.33264.patch
Type: text/x-patch
Size: 4829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150826/50de98fb/attachment.bin>
More information about the llvm-commits
mailing list