r175738 - Add MSan to the list of targets in Makefile-based builds.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Thu Feb 21 05:59:15 PST 2013


Author: eugenis
Date: Thu Feb 21 07:59:14 2013
New Revision: 175738

URL: http://llvm.org/viewvc/llvm-project?rev=175738&view=rev
Log:
Add MSan to the list of targets in Makefile-based builds.

Modified:
    cfe/trunk/runtime/compiler-rt/Makefile

Modified: cfe/trunk/runtime/compiler-rt/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/compiler-rt/Makefile?rev=175738&r1=175737&r2=175738&view=diff
==============================================================================
--- cfe/trunk/runtime/compiler-rt/Makefile (original)
+++ cfe/trunk/runtime/compiler-rt/Makefile Thu Feb 21 07:59:14 2013
@@ -104,7 +104,8 @@ endif
 
 ifeq ($(ARCH),x86_64)
 RuntimeLibrary.linux.Configs += \
-	full-x86_64.a profile-x86_64.a asan-x86_64.a tsan-x86_64.a ubsan-x86_64.a
+	full-x86_64.a profile-x86_64.a asan-x86_64.a tsan-x86_64.a msan-x86_64.a \
+	ubsan-x86_64.a
 # We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them
 # to the list of runtime libraries to make
 # "clang -fsanitize=(address|undefined) -m32" work.





More information about the cfe-commits mailing list