Skip to content

Commit 54b54e4

Browse files
committed
Add MSan to the list of targets in Makefile-based builds.
llvm-svn: 175738
1 parent 57d6f73 commit 54b54e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/runtime/compiler-rt/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ endif
104104

105105
ifeq ($(ARCH),x86_64)
106106
RuntimeLibrary.linux.Configs += \
107-
full-x86_64.a profile-x86_64.a asan-x86_64.a tsan-x86_64.a ubsan-x86_64.a
107+
full-x86_64.a profile-x86_64.a asan-x86_64.a tsan-x86_64.a msan-x86_64.a \
108+
ubsan-x86_64.a
108109
# We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them
109110
# to the list of runtime libraries to make
110111
# "clang -fsanitize=(address|undefined) -m32" work.

0 commit comments

Comments
 (0)