We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d6f73 commit 54b54e4Copy full SHA for 54b54e4
clang/runtime/compiler-rt/Makefile
@@ -104,7 +104,8 @@ endif
104
105
ifeq ($(ARCH),x86_64)
106
RuntimeLibrary.linux.Configs += \
107
- 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 \
108
+ ubsan-x86_64.a
109
# We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them
110
# to the list of runtime libraries to make
111
# "clang -fsanitize=(address|undefined) -m32" work.
0 commit comments