summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/TableGen/CMakeLists.txt2
-rw-r--r--llvm/lib/TableGen/Makefile2
2 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/TableGen/CMakeLists.txt b/llvm/lib/TableGen/CMakeLists.txt
index 28240f4a673..4f64eb4ff24 100644
--- a/llvm/lib/TableGen/CMakeLists.txt
+++ b/llvm/lib/TableGen/CMakeLists.txt
@@ -1,5 +1,3 @@
-## FIXME: This only requires RTTI because tblgen uses it. Fix that.
-set(LLVM_REQUIRES_RTTI 1)
set(LLVM_REQUIRES_EH 1)
add_llvm_library(LLVMTableGen
diff --git a/llvm/lib/TableGen/Makefile b/llvm/lib/TableGen/Makefile
index 44724389e1d..732d8a197ee 100644
--- a/llvm/lib/TableGen/Makefile
+++ b/llvm/lib/TableGen/Makefile
@@ -11,8 +11,6 @@ LEVEL = ../..
LIBRARYNAME = LLVMTableGen
BUILD_ARCHIVE = 1
-## FIXME: This only requires RTTI because tblgen uses it. Fix that.
-REQUIRES_RTTI = 1
REQUIRES_EH = 1
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud