diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:58:59 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-08-20 17:58:59 +0000 |
commit | 1a56a5ead7a2e84bee8240f5f6b033b5f1707154 (patch) | |
tree | 2f526c9cfcb089e51c33d6e1f0d51b10bda34714 /lib/IR | |
parent | d8e91e46262bc44006913e6796843909f1ac7bcd (diff) |
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 'lib/IR')
-rw-r--r-- | lib/IR/CMakeLists.txt | 65 | ||||
-rw-r--r-- | lib/IR/LLVMBuild.txt | 22 |
2 files changed, 0 insertions, 87 deletions
diff --git a/lib/IR/CMakeLists.txt b/lib/IR/CMakeLists.txt deleted file mode 100644 index 2586f9872897..000000000000 --- a/lib/IR/CMakeLists.txt +++ /dev/null @@ -1,65 +0,0 @@ -set(LLVM_TARGET_DEFINITIONS AttributesCompatFunc.td) -tablegen(LLVM AttributesCompatFunc.inc -gen-attrs) -add_public_tablegen_target(AttributeCompatFuncTableGen) - -add_llvm_library(LLVMCore - AsmWriter.cpp - Attributes.cpp - AutoUpgrade.cpp - BasicBlock.cpp - Comdat.cpp - ConstantFold.cpp - ConstantRange.cpp - Constants.cpp - Core.cpp - DIBuilder.cpp - DataLayout.cpp - DebugInfo.cpp - DebugInfoMetadata.cpp - DebugLoc.cpp - DiagnosticHandler.cpp - DiagnosticInfo.cpp - DiagnosticPrinter.cpp - Dominators.cpp - DomTreeUpdater.cpp - Function.cpp - GVMaterializer.cpp - Globals.cpp - IRBuilder.cpp - IRPrintingPasses.cpp - InlineAsm.cpp - Instruction.cpp - Instructions.cpp - IntrinsicInst.cpp - LLVMContext.cpp - LLVMContextImpl.cpp - LegacyPassManager.cpp - MDBuilder.cpp - Mangler.cpp - Metadata.cpp - Module.cpp - ModuleSummaryIndex.cpp - Operator.cpp - OptBisect.cpp - Pass.cpp - PassInstrumentation.cpp - PassManager.cpp - PassRegistry.cpp - PassTimingInfo.cpp - SafepointIRVerifier.cpp - ProfileSummary.cpp - Statepoint.cpp - Type.cpp - TypeFinder.cpp - Use.cpp - User.cpp - Value.cpp - ValueSymbolTable.cpp - Verifier.cpp - - ADDITIONAL_HEADER_DIRS - ${LLVM_MAIN_INCLUDE_DIR}/llvm/IR - - DEPENDS - intrinsics_gen - ) diff --git a/lib/IR/LLVMBuild.txt b/lib/IR/LLVMBuild.txt deleted file mode 100644 index 71368abfd874..000000000000 --- a/lib/IR/LLVMBuild.txt +++ /dev/null @@ -1,22 +0,0 @@ -;===- ./lib/IR/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 = Library -name = Core -parent = Libraries -required_libraries = BinaryFormat Support |