aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen/CMakeLists.txt
blob: d5748bc2ce1a8d0567280eab7a534a31f6f1bae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
set(LLVM_REQUIRES_EH 1)
set(LLVM_REQUIRES_RTTI 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
  )