summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-24 20:43:08 +0000
committerChris Lattner <sabre@nondot.org>2010-01-24 20:43:08 +0000
commit823aed16f96cd77a88fb6a8113751a8628e6169d (patch)
treeb379583b38c76d0de1cf3f3ff5d853811f92f35b /llvm/lib/Analysis
parentdec86d73373f9d25e5db58acdd42e401351007ac (diff)
downloadbcm5719-llvm-823aed16f96cd77a88fb6a8113751a8628e6169d.tar.gz
bcm5719-llvm-823aed16f96cd77a88fb6a8113751a8628e6169d.zip
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
llvm-svn: 94378
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/IPA/Makefile1
-rw-r--r--llvm/lib/Analysis/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/IPA/Makefile b/llvm/lib/Analysis/IPA/Makefile
index da719bae8da..b850c9ff7f4 100644
--- a/llvm/lib/Analysis/IPA/Makefile
+++ b/llvm/lib/Analysis/IPA/Makefile
@@ -10,7 +10,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMipa
BUILD_ARCHIVE = 1
-CXXFLAGS = -fno-rtti
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile
index f61b8aa2f9f..4af6d350a64 100644
--- a/llvm/lib/Analysis/Makefile
+++ b/llvm/lib/Analysis/Makefile
@@ -11,7 +11,6 @@ LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
DIRS = IPA
BUILD_ARCHIVE = 1
-CXXFLAGS = -fno-rtti
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud