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