summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/utils/TableGen
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2010-10-11 17:22:16 +0000
committerdim <dim@FreeBSD.org>2010-10-11 17:22:16 +0000
commit1fc65a65fe54635d0e564559ba5a7b8a8a42d4d6 (patch)
treede75a464c5dac7eceb2dbbad8b4d4e1479d79e08 /contrib/llvm/utils/TableGen
parentf4f7191cd223adebacee3fad260ed60935be9cb9 (diff)
downloadFreeBSD-src-1fc65a65fe54635d0e564559ba5a7b8a8a42d4d6.zip
FreeBSD-src-1fc65a65fe54635d0e564559ba5a7b8a8a42d4d6.tar.gz
Remove more unneeded files and directories from contrib/llvm. This
still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor)
Diffstat (limited to 'contrib/llvm/utils/TableGen')
-rw-r--r--contrib/llvm/utils/TableGen/CMakeLists.txt46
-rw-r--r--contrib/llvm/utils/TableGen/Makefile20
2 files changed, 0 insertions, 66 deletions
diff --git a/contrib/llvm/utils/TableGen/CMakeLists.txt b/contrib/llvm/utils/TableGen/CMakeLists.txt
deleted file mode 100644
index 972989b..0000000
--- a/contrib/llvm/utils/TableGen/CMakeLists.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-add_executable(tblgen
- ARMDecoderEmitter.cpp
- AsmMatcherEmitter.cpp
- AsmWriterEmitter.cpp
- AsmWriterInst.cpp
- CallingConvEmitter.cpp
- ClangASTNodesEmitter.cpp
- ClangAttrEmitter.cpp
- ClangDiagnosticsEmitter.cpp
- CodeEmitterGen.cpp
- CodeGenDAGPatterns.cpp
- CodeGenInstruction.cpp
- CodeGenTarget.cpp
- DAGISelEmitter.cpp
- DAGISelMatcherEmitter.cpp
- DAGISelMatcherGen.cpp
- DAGISelMatcherOpt.cpp
- DAGISelMatcher.cpp
- DisassemblerEmitter.cpp
- EDEmitter.cpp
- FastISelEmitter.cpp
- InstrEnumEmitter.cpp
- InstrInfoEmitter.cpp
- IntrinsicEmitter.cpp
- LLVMCConfigurationEmitter.cpp
- NeonEmitter.cpp
- OptParserEmitter.cpp
- Record.cpp
- RegisterInfoEmitter.cpp
- SubtargetEmitter.cpp
- TGLexer.cpp
- TGParser.cpp
- TGValueTypes.cpp
- TableGen.cpp
- TableGenBackend.cpp
- X86DisassemblerTables.cpp
- X86RecognizableInstr.cpp
- )
-
-target_link_libraries(tblgen LLVMSupport LLVMSystem)
-if( MINGW )
- target_link_libraries(tblgen imagehlp psapi)
-endif( MINGW )
-if( LLVM_ENABLE_THREADS AND HAVE_LIBPTHREAD AND NOT BEOS )
- target_link_libraries(tblgen pthread)
-endif()
diff --git a/contrib/llvm/utils/TableGen/Makefile b/contrib/llvm/utils/TableGen/Makefile
deleted file mode 100644
index f27cd99..0000000
--- a/contrib/llvm/utils/TableGen/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-##===- utils/TableGen/Makefile -----------------------------*- Makefile -*-===##
-#
-# The LLVM Compiler Infrastructure
-#
-# This file is distributed under the University of Illinois Open Source
-# License. See LICENSE.TXT for details.
-#
-##===----------------------------------------------------------------------===##
-
-LEVEL = ../..
-TOOLNAME = tblgen
-USEDLIBS = LLVMSupport.a LLVMSystem.a
-REQUIRES_EH := 1
-REQUIRES_RTTI := 1
-
-# This tool has no plugins, optimize startup time.
-TOOL_NO_EXPORTS = 1
-
-include $(LEVEL)/Makefile.common
-
OpenPOWER on IntegriCloud