[llvm-commits] [PATCH] [msan] MemorySanitizer unit tests.
Alexey Samsonov
samsonov at google.com
Tue Dec 25 03:51:54 PST 2012
LGTM
================
Comment at: lib/msan/tests/CMakeLists.txt:4
@@ +3,3 @@
+include(CompilerRTUnittests)
+
+include_directories(..)
----------------
include(CompilerRTLink)
================
Comment at: lib/msan/tests/msandr_test_so.h:1
@@ +1,2 @@
+//===-- msandr_test_so.h --------------------------------------------------===//
+//
----------------
First line of headers should have "C++" somewhere
http://llvm-reviews.chandlerc.com/D236
More information about the llvm-commits
mailing list