For the dwarf expression code get the subtarget off of the current
[oota-llvm.git] / lib / TableGen / CMakeLists.txt
index 4f64eb4ff24821c723bd40aa8587c0778b1942d6..9333b6537778052274839645f8763b84429681c0 100644 (file)
@@ -1,11 +1,13 @@
-set(LLVM_REQUIRES_EH 1)
-
 add_llvm_library(LLVMTableGen
   Error.cpp
   Main.cpp
   Record.cpp
+  SetTheory.cpp
   StringMatcher.cpp
   TableGenBackend.cpp
   TGLexer.cpp
   TGParser.cpp
+
+  ADDITIONAL_HEADER_DIRS
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/TableGen
   )