1## FIXME: This only requires RTTI because tblgen uses it.  Fix that.
2set(LLVM_REQUIRES_RTTI 1)
3set(LLVM_REQUIRES_EH 1)
4
5add_llvm_library(LLVMTableGen
6  Error.cpp
7  Main.cpp
8  Record.cpp
9  StringMatcher.cpp
10  TableGenAction.cpp
11  TableGenBackend.cpp
12  TGLexer.cpp
13  TGParser.cpp
14  )
15