xref: /minix3/external/bsd/llvm/dist/clang/utils/TableGen/CMakeLists.txt (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1*f4a2713aSLionel Sambucset(LLVM_LINK_COMPONENTS Support)
2*f4a2713aSLionel Sambuc
3*f4a2713aSLionel Sambucadd_tablegen(clang-tblgen CLANG
4*f4a2713aSLionel Sambuc  ClangASTNodesEmitter.cpp
5*f4a2713aSLionel Sambuc  ClangAttrEmitter.cpp
6*f4a2713aSLionel Sambuc  ClangCommentCommandInfoEmitter.cpp
7*f4a2713aSLionel Sambuc  ClangCommentHTMLNamedCharacterReferenceEmitter.cpp
8*f4a2713aSLionel Sambuc  ClangCommentHTMLTagsEmitter.cpp
9*f4a2713aSLionel Sambuc  ClangDiagnosticsEmitter.cpp
10*f4a2713aSLionel Sambuc  ClangSACheckersEmitter.cpp
11*f4a2713aSLionel Sambuc  NeonEmitter.cpp
12*f4a2713aSLionel Sambuc  TableGen.cpp
13*f4a2713aSLionel Sambuc  )
14