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

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 13:03:32 PDT 2015


samsonov accepted this revision.
samsonov added a comment.
This revision is now accepted and ready to land.

LGTM (with a nit).


================
Comment at: cmake/Modules/SanitizerUtils.cmake:7
@@ -6,3 +6,3 @@
 
 # Create a target "<name>-symbols" that would generate the list of symbols
 # that need to be exported from sanitizer runtime "<name>". Function
----------------
Target name will now be <name>-<arch>-symbols.


http://reviews.llvm.org/D12410





More information about the llvm-commits mailing list