summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-24 20:43:31 +0000
committerChris Lattner <sabre@nondot.org>2010-01-24 20:43:31 +0000
commit0bcc858a2b909f3028015604e5cd384a40129ea2 (patch)
tree2dfc62cfb846b69516fec476ab7f8cdd3dd1752a /clang/lib/CodeGen
parent823aed16f96cd77a88fb6a8113751a8628e6169d (diff)
downloadbcm5719-llvm-0bcc858a2b909f3028015604e5cd384a40129ea2.tar.gz
bcm5719-llvm-0bcc858a2b909f3028015604e5cd384a40129ea2.zip
-fno-rtti is now the default.
llvm-svn: 94379
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r--clang/lib/CodeGen/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/Makefile b/clang/lib/CodeGen/Makefile
index 108490b71d4..83cb3673870 100644
--- a/clang/lib/CodeGen/Makefile
+++ b/clang/lib/CodeGen/Makefile
@@ -15,7 +15,6 @@
LEVEL = ../../../..
LIBRARYNAME := clangCodeGen
BUILD_ARCHIVE = 1
-CXXFLAGS = -fno-rtti
CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include
ifdef CLANG_VENDOR
OpenPOWER on IntegriCloud