[PATCH] D12410: [CMake] Add ARCHS option to add_sanitizer_rt_symbols.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 11:47:05 PDT 2015


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

This is another step in a multi-step refactoring to move add_sanitizer_rt_symbols in the direction of other add_* functions in compiler-rt.

Changes to CMakeLists files are all minimal except ubsan which tests the new ARCHS loop.

Further cleanup patches will follow.

http://reviews.llvm.org/D12410

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: D12410.33343.patch
Type: text/x-patch
Size: 7665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150827/60b1550d/attachment.bin>


More information about the llvm-commits mailing list