summaryrefslogtreecommitdiffstats
path: root/runtime/compiler-rt
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-08-20 14:49:36 +0000
committerAlexey Samsonov <samsonov@google.com>2013-08-20 14:49:36 +0000
commitd9def9e75e6fae8f215223da4e78c7ec7e3fa4ac (patch)
tree742d5f41030aab9d49facef10f79731fcdb3eb33 /runtime/compiler-rt
parent020b1e28b281d5242db9c8d9d939a71fa7deb929 (diff)
[LSan] Add support for building standalone LSan runtime to Make build (clang part)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/compiler-rt')
-rw-r--r--runtime/compiler-rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile
index 0fc93c7e68..96fb8fe7a4 100644
--- a/runtime/compiler-rt/Makefile
+++ b/runtime/compiler-rt/Makefile
@@ -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.