]> granicus.if.org Git - clang/commitdiff
[LSan] Add support for building standalone LSan runtime to Make build (clang part)
authorAlexey Samsonov <samsonov@google.com>
Tue, 20 Aug 2013 14:49:36 +0000 (14:49 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 20 Aug 2013 14:49:36 +0000 (14:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188805 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/compiler-rt/Makefile

index 0fc93c7e68b0dfcbcd600887e59f5b0fb257be14..96fb8fe7a4ddf2f44fe87c9d759d707698daa117 100644 (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.