aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'utils/TableGen/CMakeLists.txt')
-rw-r--r--utils/TableGen/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt
index 972989b..5bafcec 100644
--- a/utils/TableGen/CMakeLists.txt
+++ b/utils/TableGen/CMakeLists.txt
@@ -1,3 +1,6 @@
+set(LLVM_REQUIRES_EH 1)
+set(LLVM_REQUIRES_RTTI 1)
+
add_executable(tblgen
ARMDecoderEmitter.cpp
AsmMatcherEmitter.cpp
@@ -27,6 +30,7 @@ add_executable(tblgen
OptParserEmitter.cpp
Record.cpp
RegisterInfoEmitter.cpp
+ StringMatcher.cpp
SubtargetEmitter.cpp
TGLexer.cpp
TGParser.cpp