summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen/CMakeLists.txt
blob: 19b4b5beeff9504df5f201627b019f1f64771cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
set(LLVM_REQUIRES_EH 1)
set(LLVM_LINK_COMPONENTS Support)

add_tablegen(clang-tblgen CLANG
  ClangASTNodesEmitter.cpp
  ClangAttrEmitter.cpp
  ClangCommentCommandInfoEmitter.cpp
  ClangCommentHTMLTagsEmitter.cpp
  ClangDiagnosticsEmitter.cpp
  ClangSACheckersEmitter.cpp
  NeonEmitter.cpp
  OptParserEmitter.cpp
  TableGen.cpp
  )
OpenPOWER on IntegriCloud