[llvm-commits] [PATCH] [msan] MemorySanitizer runtime
Sean Silva
silvas at purdue.edu
Fri Dec 7 02:57:53 PST 2012
================
Comment at: llvm/projects/compiler-rt/lib/CMakeLists.txt:12-14
@@ -11,4 +11,5 @@
if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux")
# ThreadSanitizer is supported on Linux only.
add_subdirectory(tsan)
+ add_subdirectory(msan)
endif()
----------------
May want to update the comment to include msan
http://llvm-reviews.chandlerc.com/D191
More information about the llvm-commits
mailing list