OSDN Git Service

Revert "[MSP430] Add MC layer"
authorDavide Italiano <davide@freebsd.org>
Thu, 8 Nov 2018 16:21:29 +0000 (16:21 +0000)
committerDavide Italiano <davide@freebsd.org>
Thu, 8 Nov 2018 16:21:29 +0000 (16:21 +0000)
commitd1851a2b7af70b4be75eec7fe708f0ca7849df1c
tree79568d90d25fa33e4ed569b7f78f27da314fc12d
parent6355fcebb37990836bb46dfb0b1dcd751e98782d
Revert "[MSP430] Add MC layer"

This commit broke the module buildbots.
Error:

lib/Target/MSP430/MSP430GenAsmMatcher.inc:1027:1: error: redundant
namespace 'llvm' [-Wmodules-import-nested-redundant]
^

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@346410 91177308-0d34-0410-b5e6-96231b3b80d8
73 files changed:
include/llvm/BinaryFormat/ELF.h
include/llvm/BinaryFormat/ELFRelocs/MSP430.def [deleted file]
include/llvm/Object/ELFObjectFile.h
include/llvm/module.modulemap
lib/Object/ELF.cpp
lib/Target/MSP430/AsmParser/CMakeLists.txt [deleted file]
lib/Target/MSP430/AsmParser/LLVMBuild.txt [deleted file]
lib/Target/MSP430/AsmParser/MSP430AsmParser.cpp [deleted file]
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/Disassembler/CMakeLists.txt [deleted file]
lib/Target/MSP430/Disassembler/LLVMBuild.txt [deleted file]
lib/Target/MSP430/Disassembler/MSP430Disassembler.cpp [deleted file]
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp
lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h
lib/Target/MSP430/LLVMBuild.txt
lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
lib/Target/MSP430/MCTargetDesc/MSP430AsmBackend.cpp [deleted file]
lib/Target/MSP430/MCTargetDesc/MSP430ELFObjectWriter.cpp [deleted file]
lib/Target/MSP430/MCTargetDesc/MSP430ELFStreamer.cpp [deleted file]
lib/Target/MSP430/MCTargetDesc/MSP430FixupKinds.h [deleted file]
lib/Target/MSP430/MCTargetDesc/MSP430MCCodeEmitter.cpp [deleted file]
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.h
lib/Target/MSP430/MSP430.h
lib/Target/MSP430/MSP430.td
lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
lib/Target/MSP430/MSP430ISelLowering.cpp
lib/Target/MSP430/MSP430ISelLowering.h
lib/Target/MSP430/MSP430InstrFormats.td
lib/Target/MSP430/MSP430InstrInfo.cpp
lib/Target/MSP430/MSP430InstrInfo.h
lib/Target/MSP430/MSP430InstrInfo.td
lib/Target/MSP430/MSP430MCInstLower.cpp
lib/Target/MSP430/MSP430RegisterInfo.td
test/CodeGen/MSP430/AddrMode-bis-rx.ll
test/CodeGen/MSP430/AddrMode-bis-xr.ll
test/CodeGen/MSP430/AddrMode-mov-rx.ll
test/CodeGen/MSP430/AddrMode-mov-xr.ll
test/CodeGen/MSP430/Inst16mi.ll
test/CodeGen/MSP430/Inst16mm.ll
test/CodeGen/MSP430/Inst16mr.ll
test/CodeGen/MSP430/Inst16ri.ll
test/CodeGen/MSP430/Inst16rm.ll
test/CodeGen/MSP430/Inst16rr.ll
test/CodeGen/MSP430/Inst8mi.ll
test/CodeGen/MSP430/Inst8ri.ll
test/CodeGen/MSP430/Inst8rr.ll
test/CodeGen/MSP430/asm-clobbers.ll
test/CodeGen/MSP430/bit.ll
test/CodeGen/MSP430/byval.ll
test/CodeGen/MSP430/cc_args.ll
test/CodeGen/MSP430/cc_ret.ll
test/CodeGen/MSP430/fp.ll
test/CodeGen/MSP430/jumptable.ll
test/CodeGen/MSP430/memset.ll
test/CodeGen/MSP430/misched-msp430.ll
test/CodeGen/MSP430/postinc.ll
test/CodeGen/MSP430/select-use-sr.ll
test/CodeGen/MSP430/setcc.ll
test/CodeGen/MSP430/shifts.ll
test/CodeGen/MSP430/struct-return.ll
test/CodeGen/MSP430/struct_layout.ll
test/CodeGen/MSP430/transient-stack-alignment.ll
test/CodeGen/MSP430/vararg.ll
test/MC/Disassembler/MSP430/lit.local.cfg [deleted file]
test/MC/Disassembler/MSP430/msp430.txt [deleted file]
test/MC/MSP430/addrmode.s [deleted file]
test/MC/MSP430/altreg.s [deleted file]
test/MC/MSP430/const.s [deleted file]
test/MC/MSP430/invalid.s [deleted file]
test/MC/MSP430/lit.local.cfg [deleted file]
test/MC/MSP430/opcode.s [deleted file]
test/MC/MSP430/reloc.s [deleted file]