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/Target/ARC | |
parent | d8e91e46262bc44006913e6796843909f1ac7bcd (diff) |
Notes
Diffstat (limited to 'lib/Target/ARC')
-rw-r--r-- | lib/Target/ARC/CMakeLists.txt | 31 | ||||
-rw-r--r-- | lib/Target/ARC/Disassembler/CMakeLists.txt | 3 | ||||
-rw-r--r-- | lib/Target/ARC/Disassembler/LLVMBuild.txt | 23 | ||||
-rw-r--r-- | lib/Target/ARC/InstPrinter/CMakeLists.txt | 3 | ||||
-rw-r--r-- | lib/Target/ARC/InstPrinter/LLVMBuild.txt | 23 | ||||
-rw-r--r-- | lib/Target/ARC/LLVMBuild.txt | 45 | ||||
-rw-r--r-- | lib/Target/ARC/MCTargetDesc/CMakeLists.txt | 4 | ||||
-rw-r--r-- | lib/Target/ARC/MCTargetDesc/LLVMBuild.txt | 23 | ||||
-rw-r--r-- | lib/Target/ARC/TargetInfo/CMakeLists.txt | 3 | ||||
-rw-r--r-- | lib/Target/ARC/TargetInfo/LLVMBuild.txt | 23 |
10 files changed, 0 insertions, 181 deletions
diff --git a/lib/Target/ARC/CMakeLists.txt b/lib/Target/ARC/CMakeLists.txt deleted file mode 100644 index 5a7d9eee5ff4..000000000000 --- a/lib/Target/ARC/CMakeLists.txt +++ /dev/null @@ -1,31 +0,0 @@ -set(LLVM_TARGET_DEFINITIONS ARC.td) - -tablegen(LLVM ARCGenAsmWriter.inc -gen-asm-writer) -tablegen(LLVM ARCGenCallingConv.inc -gen-callingconv) -tablegen(LLVM ARCGenDAGISel.inc -gen-dag-isel) -tablegen(LLVM ARCGenDisassemblerTables.inc -gen-disassembler) -tablegen(LLVM ARCGenInstrInfo.inc -gen-instr-info) -tablegen(LLVM ARCGenRegisterInfo.inc -gen-register-info) -tablegen(LLVM ARCGenSubtargetInfo.inc -gen-subtarget) - -add_public_tablegen_target(ARCCommonTableGen) - -add_llvm_target(ARCCodeGen - ARCAsmPrinter.cpp - ARCBranchFinalize.cpp - ARCExpandPseudos.cpp - ARCFrameLowering.cpp - ARCInstrInfo.cpp - ARCISelDAGToDAG.cpp - ARCISelLowering.cpp - ARCMachineFunctionInfo.cpp - ARCMCInstLower.cpp - ARCRegisterInfo.cpp - ARCSubtarget.cpp - ARCTargetMachine.cpp - ) - -add_subdirectory(Disassembler) -add_subdirectory(InstPrinter) -add_subdirectory(MCTargetDesc) -add_subdirectory(TargetInfo) diff --git a/lib/Target/ARC/Disassembler/CMakeLists.txt b/lib/Target/ARC/Disassembler/CMakeLists.txt deleted file mode 100644 index b692c4baf584..000000000000 --- a/lib/Target/ARC/Disassembler/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -add_llvm_library(LLVMARCDisassembler - ARCDisassembler.cpp - ) diff --git a/lib/Target/ARC/Disassembler/LLVMBuild.txt b/lib/Target/ARC/Disassembler/LLVMBuild.txt deleted file mode 100644 index fd77f0ba08f0..000000000000 --- a/lib/Target/ARC/Disassembler/LLVMBuild.txt +++ /dev/null @@ -1,23 +0,0 @@ -;===- ./lib/Target/ARC/Disassembler/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 = ARCDisassembler -parent = ARC -required_libraries = MCDisassembler Support ARCInfo -add_to_library_groups = ARC diff --git a/lib/Target/ARC/InstPrinter/CMakeLists.txt b/lib/Target/ARC/InstPrinter/CMakeLists.txt deleted file mode 100644 index fd6b469cdfb7..000000000000 --- a/lib/Target/ARC/InstPrinter/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -add_llvm_library(LLVMARCAsmPrinter - ARCInstPrinter.cpp - ) diff --git a/lib/Target/ARC/InstPrinter/LLVMBuild.txt b/lib/Target/ARC/InstPrinter/LLVMBuild.txt deleted file mode 100644 index 6718b48652c4..000000000000 --- a/lib/Target/ARC/InstPrinter/LLVMBuild.txt +++ /dev/null @@ -1,23 +0,0 @@ -;===- ./lib/Target/ARC/InstPrinter/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 = ARCAsmPrinter -parent = ARC -required_libraries = MC Support -add_to_library_groups = ARC diff --git a/lib/Target/ARC/LLVMBuild.txt b/lib/Target/ARC/LLVMBuild.txt deleted file mode 100644 index 4889f1141fb1..000000000000 --- a/lib/Target/ARC/LLVMBuild.txt +++ /dev/null @@ -1,45 +0,0 @@ -;===- ./lib/Target/ARC/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 -; -;===------------------------------------------------------------------------===; - -[common] -subdirectories = Disassembler InstPrinter MCTargetDesc TargetInfo - -[component_0] -type = TargetGroup -name = ARC -parent = Target -has_asmprinter = 1 -has_disassembler = 1 - -[component_1] -type = Library -name = ARCCodeGen -parent = ARC -required_libraries = - Analysis - AsmPrinter - CodeGen - Core - MC - SelectionDAG - Support - Target - TransformUtils - ARCAsmPrinter - ARCDesc - ARCInfo -add_to_library_groups = ARC diff --git a/lib/Target/ARC/MCTargetDesc/CMakeLists.txt b/lib/Target/ARC/MCTargetDesc/CMakeLists.txt deleted file mode 100644 index 243198d253fe..000000000000 --- a/lib/Target/ARC/MCTargetDesc/CMakeLists.txt +++ /dev/null @@ -1,4 +0,0 @@ -add_llvm_library(LLVMARCDesc - ARCMCTargetDesc.cpp - ARCMCAsmInfo.cpp - ) diff --git a/lib/Target/ARC/MCTargetDesc/LLVMBuild.txt b/lib/Target/ARC/MCTargetDesc/LLVMBuild.txt deleted file mode 100644 index 9ee33b2d0b68..000000000000 --- a/lib/Target/ARC/MCTargetDesc/LLVMBuild.txt +++ /dev/null @@ -1,23 +0,0 @@ -;===- ./lib/Target/ARC/MCTargetDesc/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 = ARCDesc -parent = ARC -required_libraries = MC Support ARCAsmPrinter ARCInfo -add_to_library_groups = ARC diff --git a/lib/Target/ARC/TargetInfo/CMakeLists.txt b/lib/Target/ARC/TargetInfo/CMakeLists.txt deleted file mode 100644 index 5f9b405481ff..000000000000 --- a/lib/Target/ARC/TargetInfo/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -add_llvm_library(LLVMARCInfo - ARCTargetInfo.cpp - ) diff --git a/lib/Target/ARC/TargetInfo/LLVMBuild.txt b/lib/Target/ARC/TargetInfo/LLVMBuild.txt deleted file mode 100644 index bf3520348791..000000000000 --- a/lib/Target/ARC/TargetInfo/LLVMBuild.txt +++ /dev/null @@ -1,23 +0,0 @@ -;===- ./lib/Target/ARC/TargetInfo/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 = ARCInfo -parent = ARC -required_libraries = Support -add_to_library_groups = ARC |