summaryrefslogtreecommitdiffstats
path: root/clang/runtime/compiler-rt
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-02-21 13:59:14 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2013-02-21 13:59:14 +0000
commit54b54e4772c68fe83916cb5850bb271705f3ec64 (patch)
treecc549f9e9cb50bb9a7fbbc2c24c2867cf03219ff /clang/runtime/compiler-rt
parent57d6f737e62aaa2831e7e981d089d654b99390bb (diff)
downloadbcm5719-llvm-54b54e4772c68fe83916cb5850bb271705f3ec64.tar.gz
bcm5719-llvm-54b54e4772c68fe83916cb5850bb271705f3ec64.zip
Add MSan to the list of targets in Makefile-based builds.
llvm-svn: 175738
Diffstat (limited to 'clang/runtime/compiler-rt')
-rw-r--r--clang/runtime/compiler-rt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile
index cb38f96719a..2a2cd7b905c 100644
--- a/clang/runtime/compiler-rt/Makefile
+++ b/clang/runtime/compiler-rt/Makefile
@@ -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.
OpenPOWER on IntegriCloud