[llvm-commits] [PATCH] Rework CMake rules for building ASan unittests

Alexey Samsonov samsonov at google.com
Wed Dec 19 04:35:27 PST 2012


  r170541, thanks!


================
Comment at: cmake/Modules/CompilerRTUnittests.cmake:13
@@ +12,3 @@
+# test_suite.
+# add_compiler_rt(<test_suite> <test_name>
+#                 OBJECTS <object files>
----------------
Chandler Carruth wrote:
> add_compiler_rt_test
Done

================
Comment at: lib/asan/tests/CMakeLists.txt:91
@@ +90,3 @@
+                CFLAGS ${ARGN}
+                DEPS gtest ${ASAN_RUNTIME_LIBRARIES}
+                            ${ASAN_BLACKLIST_FILE})
----------------
Chandler Carruth wrote:
> nit: If this doesn't fit on one line, i think the second's indent is a space off..
Done


http://llvm-reviews.chandlerc.com/D188

BRANCH
  svn

ARCANIST PROJECT
  compiler-rt



More information about the llvm-commits mailing list