OSDN Git Service

[MSP430] Move InstPrinter files to MCTargetDesc. NFC
authorRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 01:58:52 +0000 (01:58 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 01:58:52 +0000 (01:58 +0000)
commit099af04decdec8859a2eefdc61aa059b37fa9110
tree2689aaead5315d35706e192604188cf93bbabda8
parent11c23203ed63abb9d76949ef3ed026064700bd5d
[MSP430] Move InstPrinter files to MCTargetDesc.  NFC

For some targets, there is a circular dependency between InstPrinter and
MCTargetDesc.  Merging them together will fix this.  For the other targets,
the merging is to maintain consistency so all targets will have the same
structure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360498 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/MSP430/CMakeLists.txt
lib/Target/MSP430/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/MSP430/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/MSP430/LLVMBuild.txt
lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
lib/Target/MSP430/MCTargetDesc/LLVMBuild.txt
lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.cpp [moved from lib/Target/MSP430/InstPrinter/MSP430InstPrinter.cpp with 100% similarity]
lib/Target/MSP430/MCTargetDesc/MSP430InstPrinter.h [moved from lib/Target/MSP430/InstPrinter/MSP430InstPrinter.h with 93% similarity]
lib/Target/MSP430/MCTargetDesc/MSP430MCTargetDesc.cpp
lib/Target/MSP430/MSP430AsmPrinter.cpp