[PATCH] DataFlowSanitizer; compiler-rt changes.
Alexey Samsonov
samsonov at google.com
Thu Jun 13 00:39:22 PDT 2013
================
Comment at: lib/dfsan/lit_tests/CMakeLists.txt:6
@@ +5,3 @@
+ ${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in
+ ${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg
+ )
----------------
could you please consistently put the closing bracket in the same line with last item (here and below).
================
Comment at: lib/dfsan/lit_tests/lit.site.cfg.in:1
@@ +1,2 @@
+config.target_triple = "@TARGET_TRIPLE@"
+config.host_os = "@HOST_OS@"
----------------
You can simplify this file. See r183407
http://llvm-reviews.chandlerc.com/D967
More information about the llvm-commits
mailing list