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

Alexey Samsonov samsonov at google.com
Tue Aug 20 07:49:36 PDT 2013


Author: samsonov
Date: Tue Aug 20 09:49:36 2013
New Revision: 188805

URL: http://llvm.org/viewvc/llvm-project?rev=188805&view=rev
Log:
[LSan] Add support for building standalone LSan runtime to Make build (clang part)

Modified:
    cfe/trunk/runtime/compiler-rt/Makefile

Modified: cfe/trunk/runtime/compiler-rt/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/compiler-rt/Makefile?rev=188805&r1=188804&r2=188805&view=diff
==============================================================================
--- cfe/trunk/runtime/compiler-rt/Makefile (original)
+++ cfe/trunk/runtime/compiler-rt/Makefile Tue Aug 20 09:49:36 2013
@@ -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.





More information about the cfe-commits mailing list