[LSan] Add support for building standalone LSan runtime to Make build (clang part)

llvm-svn: 188805
This commit is contained in:
Alexey Samsonov 2013-08-20 14:49:36 +00:00
parent 287fca44af
commit a272b78879
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ ifeq ($(ARCH),x86_64)
RuntimeLibrary.linux.Configs += \
full-x86_64.a profile-x86_64.a san-x86_64.a asan-x86_64.a \
tsan-x86_64.a msan-x86_64.a ubsan-x86_64.a ubsan_cxx-x86_64.a \
dfsan-x86_64.a
dfsan-x86_64.a lsan-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.