OSDN Git Service

[AMDGPU] Move InstPrinter files to MCTargetDesc. NFC
authorRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 00:03:35 +0000 (00:03 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 00:03:35 +0000 (00:03 +0000)
commitcdf8fd8ce141914025e4d01c9771149e7ad88f01
tree4a657b885197b2cc50d493df45dd34e1f4494ba3
parent11ddb8fa70aaeed07dbd479f4d76c625d46229ae
[AMDGPU] 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@360487 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp
lib/Target/AMDGPU/CMakeLists.txt
lib/Target/AMDGPU/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/AMDGPU/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/AMDGPU/LLVMBuild.txt
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp [moved from lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp with 100% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.h [moved from lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h with 99% similarity]
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
lib/Target/AMDGPU/MCTargetDesc/CMakeLists.txt
lib/Target/AMDGPU/MCTargetDesc/LLVMBuild.txt