Skip to content

Commit a272b78

Browse files
author
Alexey Samsonov
committed
[LSan] Add support for building standalone LSan runtime to Make build (clang part)
llvm-svn: 188805
1 parent 287fca4 commit a272b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/runtime/compiler-rt/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ifeq ($(ARCH),x86_64)
110110
RuntimeLibrary.linux.Configs += \
111111
full-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \
112112
tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a ubsan_cxx-x86_64.a \
113-
dfsan-x86_64.a
113+
dfsan-x86_64.a lsan-x86_64.a
114114
# We need to build 32-bit ASan/UBsan libraries on 64-bit platform, and add them
115115
# to the list of runtime libraries to make
116116
# "clang -fsanitize=(address|undefined) -m32" work.

0 commit comments

Comments
 (0)