summaryrefslogtreecommitdiff
path: root/make/platform
diff options
context:
space:
mode:
authorSergey Matveev <earthdok@google.com>2013-08-22 13:30:01 +0000
committerSergey Matveev <earthdok@google.com>2013-08-22 13:30:01 +0000
commitcf637373d5e6c0f2ba6381a944818f3a73ca7946 (patch)
treecea22ee8043dec88285612860f8f3ed670074ca1 /make/platform
parent34fe7e14ee64a3f2768c8a0e789cba607fd69867 (diff)
[lsan] Follow-up to r189010 - do the same in Makefile build.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@189011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/platform')
-rw-r--r--make/platform/clang_linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/platform/clang_linux.mk b/make/platform/clang_linux.mk
index 6877c149c..ad5897b50 100644
--- a/make/platform/clang_linux.mk
+++ b/make/platform/clang_linux.mk
@@ -104,7 +104,7 @@ CFLAGS.ubsan-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS) -fno-rtti
CFLAGS.ubsan_cxx-i386 := $(CFLAGS) -m32 $(SANITIZER_CFLAGS)
CFLAGS.ubsan_cxx-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS)
CFLAGS.dfsan-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS)
-CFLAGS.lsan-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS)
+CFLAGS.lsan-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS) -fno-rtti
SHARED_LIBRARY.asan-arm-android := 1
ANDROID_COMMON_FLAGS := -target arm-linux-androideabi \