aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2019-08-20 17:58:59 +0000
committerDimitry Andric <dim@FreeBSD.org>2019-08-20 17:58:59 +0000
commit1a56a5ead7a2e84bee8240f5f6b033b5f1707154 (patch)
tree2f526c9cfcb089e51c33d6e1f0d51b10bda34714 /tools/bugpoint
parentd8e91e46262bc44006913e6796843909f1ac7bcd (diff)
downloadsrc-1a56a5ead7a2e84bee8240f5f6b033b5f1707154.tar.gz
src-1a56a5ead7a2e84bee8240f5f6b033b5f1707154.zip
Remove upstream files and directories from vendor/llvm/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/llvm/dist/; revision=351266
Diffstat (limited to 'tools/bugpoint')
-rw-r--r--tools/bugpoint/CMakeLists.txt44
-rw-r--r--tools/bugpoint/LLVMBuild.txt33
2 files changed, 0 insertions, 77 deletions
diff --git a/tools/bugpoint/CMakeLists.txt b/tools/bugpoint/CMakeLists.txt
deleted file mode 100644
index 654ecc496a91..000000000000
--- a/tools/bugpoint/CMakeLists.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-set(LLVM_LINK_COMPONENTS
- ${LLVM_TARGETS_TO_BUILD}
- Analysis
- BitWriter
- CodeGen
- Core
- IPO
- IRReader
- AggressiveInstCombine
- InstCombine
- Instrumentation
- Linker
- ObjCARCOpts
- ScalarOpts
- Support
- Target
- TransformUtils
- Vectorize
- )
-
-# Support plugins.
-set(LLVM_NO_DEAD_STRIP 1)
-
-add_llvm_tool(bugpoint
- BugDriver.cpp
- CrashDebugger.cpp
- ExecutionDriver.cpp
- ExtractFunction.cpp
- FindBugs.cpp
- Miscompilation.cpp
- OptimizerDriver.cpp
- ToolRunner.cpp
- bugpoint.cpp
-
- DEPENDS
- intrinsics_gen
- )
-export_executable_symbols(bugpoint)
-
-if(WITH_POLLY AND LINK_POLLY_INTO_TOOLS)
- target_link_libraries(bugpoint PRIVATE Polly)
- # Ensure LLVMTarget can resolve dependences in Polly.
- target_link_libraries(bugpoint PRIVATE LLVMTarget)
-endif(WITH_POLLY AND LINK_POLLY_INTO_TOOLS)
diff --git a/tools/bugpoint/LLVMBuild.txt b/tools/bugpoint/LLVMBuild.txt
deleted file mode 100644
index 68ecb8c8f4f9..000000000000
--- a/tools/bugpoint/LLVMBuild.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-;===- ./tools/bugpoint/LLVMBuild.txt ---------------------------*- Conf -*--===;
-;
-; The LLVM Compiler Infrastructure
-;
-; This file is distributed under the University of Illinois Open Source
-; License. See LICENSE.TXT for details.
-;
-;===------------------------------------------------------------------------===;
-;
-; This is an LLVMBuild description file for the components in this subdirectory.
-;
-; For more information on the LLVMBuild system, please see:
-;
-; http://llvm.org/docs/LLVMBuild.html
-;
-;===------------------------------------------------------------------------===;
-
-[component_0]
-type = Tool
-name = bugpoint
-parent = Tools
-required_libraries =
- AsmParser
- BitReader
- BitWriter
- CodeGen
- IRReader
- IPO
- Instrumentation
- Linker
- ObjCARC
- Scalar
- all-targets