aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Makefile
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
commite9a40677cd1fd95ed7e9b75a1df19449f432ad9e (patch)
tree97548e9472c7523c5cfb0ceb63304b2c65daceed /lib/Analysis/Makefile
parent9012b32b210db8ef79e17a3d8232458a4ec0e423 (diff)
downloadexternal_llvm-e9a40677cd1fd95ed7e9b75a1df19449f432ad9e.zip
external_llvm-e9a40677cd1fd95ed7e9b75a1df19449f432ad9e.tar.gz
external_llvm-e9a40677cd1fd95ed7e9b75a1df19449f432ad9e.tar.bz2
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis/Makefile')
-rw-r--r--lib/Analysis/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile
index f61b8aa..4af6d35 100644
--- a/lib/Analysis/Makefile
+++ b/lib/Analysis/Makefile
@@ -11,7 +11,6 @@ LEVEL = ../..
LIBRARYNAME = LLVMAnalysis
DIRS = IPA
BUILD_ARCHIVE = 1
-CXXFLAGS = -fno-rtti
include $(LEVEL)/Makefile.common