summaryrefslogtreecommitdiffstats
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
commite38dd3ff4eb583d9480e55b03943ee0d1031659e (patch)
tree59a3e44b6174425922af2b64f9e7b1514d558dab
parentbed55036a9a5a10eaca7bd0ace22400113906020 (diff)
downloadbcm5719-llvm-e38dd3ff4eb583d9480e55b03943ee0d1031659e.tar.gz
bcm5719-llvm-e38dd3ff4eb583d9480e55b03943ee0d1031659e.zip
[lsan] Follow-up to r189010 - do the same in Makefile build.
llvm-svn: 189011
-rw-r--r--compiler-rt/make/platform/clang_linux.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/make/platform/clang_linux.mk b/compiler-rt/make/platform/clang_linux.mk
index 6877c149ced..ad5897b50a0 100644
--- a/compiler-rt/make/platform/clang_linux.mk
+++ b/compiler-rt/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 \
OpenPOWER on IntegriCloud