aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 17:59:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 17:59:23 +0000
commit9a83721404652cea39e9f02ae3e3b5c964602a5c (patch)
tree23e9541ce27049a103f6ed046be61592123e02c9 /utils/TableGen
parent676fbe8105eeb6ff4bb2ed261cb212fcfdbe7b63 (diff)
downloadsrc-9a83721404652cea39e9f02ae3e3b5c964602a5c.tar.gz
src-9a83721404652cea39e9f02ae3e3b5c964602a5c.zip
Remove upstream files and directories from vendor/clang/dist that we do
not use. This saves on repository space, and reduces the number of tree conflicts when merging.
Notes
Notes: svn path=/vendor/clang/dist/; revision=351267
Diffstat (limited to 'utils/TableGen')
-rw-r--r--utils/TableGen/CMakeLists.txt16
1 files changed, 0 insertions, 16 deletions
diff --git a/utils/TableGen/CMakeLists.txt b/utils/TableGen/CMakeLists.txt
deleted file mode 100644
index dba0c94ac0e4..000000000000
--- 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")