Home | History | Annotate | Download | only in TableGen
      1 add_llvm_library(LLVMTableGen
      2   Error.cpp
      3   JSONBackend.cpp
      4   Main.cpp
      5   Record.cpp
      6   SetTheory.cpp
      7   StringMatcher.cpp
      8   TableGenBackend.cpp
      9   TGLexer.cpp
     10   TGParser.cpp
     11 
     12   ADDITIONAL_HEADER_DIRS
     13   ${LLVM_MAIN_INCLUDE_DIR}/llvm/TableGen
     14   )
     15