• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_REQUIRES_EH 1)
2set(LLVM_REQUIRES_RTTI 1)
3set(LLVM_LINK_COMPONENTS Support)
4
5add_tablegen(clang-tblgen CLANG
6  ClangASTNodesEmitter.cpp
7  ClangAttrEmitter.cpp
8  ClangCommentCommandInfoEmitter.cpp
9  ClangCommentHTMLTagsEmitter.cpp
10  ClangDiagnosticsEmitter.cpp
11  ClangSACheckersEmitter.cpp
12  NeonEmitter.cpp
13  OptParserEmitter.cpp
14  TableGen.cpp
15  )
16