[PATCH] D12386: [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 26 16:06:17 PDT 2015


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

LGTM after resolving a comment.


================
Comment at: cmake/Modules/SanitizerUtils.cmake:11
@@ -10,3 +10,3 @@
 # symbol names that should be exported as well.
 #   add_sanitizer_rt_symbols(<name> <files with extra symbols to export>)
 macro(add_sanitizer_rt_symbols name)
----------------
Please fix the comment to mention EXTRA


http://reviews.llvm.org/D12386





More information about the llvm-commits mailing list