We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287fca4 commit a272b78Copy full SHA for a272b78
clang/runtime/compiler-rt/Makefile
@@ -110,7 +110,7 @@ ifeq ($(ARCH),x86_64)
110
RuntimeLibrary.linux.Configs += \
111
full-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \
112
tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a ubsan_cxx-x86_64.a \
113
- dfsan-x86_64.a
+ dfsan-x86_64.a lsan-x86_64.a
114
# We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them
115
# to the list of runtime libraries to make
116
# "clang -fsanitize=(address|undefined) -m32" work.
0 commit comments