summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/CppBackend')
-rw-r--r--llvm/lib/Target/CppBackend/Makefile2
-rw-r--r--llvm/lib/Target/CppBackend/TargetInfo/Makefile1
2 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/CppBackend/Makefile b/llvm/lib/Target/CppBackend/Makefile
index 52f2aadfa3c..d75f4e87226 100644
--- a/llvm/lib/Target/CppBackend/Makefile
+++ b/llvm/lib/Target/CppBackend/Makefile
@@ -9,8 +9,6 @@
LEVEL = ../../..
LIBRARYNAME = LLVMCppBackend
-CXXFLAGS = -fno-rtti
-
DIRS = TargetInfo
include $(LEVEL)/Makefile.common
diff --git a/llvm/lib/Target/CppBackend/TargetInfo/Makefile b/llvm/lib/Target/CppBackend/TargetInfo/Makefile
index 7e44aab5092..6e682838dae 100644
--- a/llvm/lib/Target/CppBackend/TargetInfo/Makefile
+++ b/llvm/lib/Target/CppBackend/TargetInfo/Makefile
@@ -8,7 +8,6 @@
##===----------------------------------------------------------------------===##
LEVEL = ../../../..
LIBRARYNAME = LLVMCppBackendInfo
-CXXFLAGS = -fno-rtti
# Hack: we need to include 'main' target directory to grab private headers
CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
OpenPOWER on IntegriCloud