diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:59:23 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:59:23 +0000 |
| commit | 9a83721404652cea39e9f02ae3e3b5c964602a5c (patch) | |
| tree | 23e9541ce27049a103f6ed046be61592123e02c9 /utils/TableGen | |
| parent | 676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 (diff) | |
Notes
Diffstat (limited to 'utils/TableGen')
| -rw-r--r-- | utils/TableGen/CMakeLists.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt deleted file mode 100644 index dba0c94ac0e42..0000000000000 --- a/utils/TableGen/CMakeLists.txt +++ /dev/null @@ -1,16 +0,0 @@ -set(LLVM_LINK_COMPONENTS Support) - -add_tablegen(clang-tblgen CLANG - ClangASTNodesEmitter.cpp - ClangAttrEmitter.cpp - ClangCommentCommandInfoEmitter.cpp - ClangCommentHTMLNamedCharacterReferenceEmitter.cpp - ClangCommentHTMLTagsEmitter.cpp - ClangDataCollectorsEmitter.cpp - ClangDiagnosticsEmitter.cpp - ClangOptionDocEmitter.cpp - ClangSACheckersEmitter.cpp - NeonEmitter.cpp - TableGen.cpp - ) -set_target_properties(clang-tblgen PROPERTIES FOLDER "Clang tablegenning") |
