[SystemZ] Move InstPrinter files to MCTargetDesc. NFC
authorRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 03:36:16 +0000 (03:36 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 03:36:16 +0000 (03:36 +0000)
commitd0124bd7624426e4b7bdcec96759e7fdae20f13e
tree2ba7b1220db0df195cca7bbfdb2b0d7cbe0820da
parent58a638b79f45dd80506cfcc23fd0483d3e3b80eb
[SystemZ] 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.

llvm-svn: 360510
12 files changed:
llvm/lib/Target/SystemZ/AsmParser/LLVMBuild.txt
llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
llvm/lib/Target/SystemZ/CMakeLists.txt
llvm/lib/Target/SystemZ/InstPrinter/CMakeLists.txt [deleted file]
llvm/lib/Target/SystemZ/InstPrinter/LLVMBuild.txt [deleted file]
llvm/lib/Target/SystemZ/LLVMBuild.txt
llvm/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
llvm/lib/Target/SystemZ/MCTargetDesc/LLVMBuild.txt
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.cpp [moved from llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.cpp with 100% similarity]
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZInstPrinter.h [moved from llvm/lib/Target/SystemZ/InstPrinter/SystemZInstPrinter.h with 94% similarity]
llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp
llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp