| 1 | set(LLVM_LINK_COMPONENTS Support) |
|---|---|
| 2 | |
| 3 | add_tablegen(clang-tblgen CLANG |
| 4 | ClangASTNodesEmitter.cpp |
| 5 | ClangAttrEmitter.cpp |
| 6 | ClangCommentCommandInfoEmitter.cpp |
| 7 | ClangCommentHTMLNamedCharacterReferenceEmitter.cpp |
| 8 | ClangCommentHTMLTagsEmitter.cpp |
| 9 | ClangDataCollectorsEmitter.cpp |
| 10 | ClangDiagnosticsEmitter.cpp |
| 11 | ClangOptionDocEmitter.cpp |
| 12 | ClangSACheckersEmitter.cpp |
| 13 | NeonEmitter.cpp |
| 14 | TableGen.cpp |
| 15 | ) |
| 16 | set_target_properties(clang-tblgen PROPERTIES FOLDER "Clang tablegenning") |
| 17 |