]> granicus.if.org Git - llvm/commit
[AArch64] Move InstPrinter files to MCTargetDesc. NFC
authorRichard Trieu <rtrieu@google.com>
Fri, 10 May 2019 23:50:01 +0000 (23:50 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 10 May 2019 23:50:01 +0000 (23:50 +0000)
commit11ddb8fa70aaeed07dbd479f4d76c625d46229ae
treea25384c0595a74415f1b5cc8af316f2a54b73d75
parenteaceb5419b337fc110d2a37737a0109b25018f28
[AArch64] 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@360486 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AArch64/AArch64AsmPrinter.cpp
lib/Target/AArch64/CMakeLists.txt
lib/Target/AArch64/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/AArch64/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/AArch64/LLVMBuild.txt
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp [moved from lib/Target/AArch64/InstPrinter/AArch64InstPrinter.cpp with 100% similarity]
lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.h [moved from lib/Target/AArch64/InstPrinter/AArch64InstPrinter.h with 98% similarity]
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
lib/Target/AArch64/MCTargetDesc/CMakeLists.txt
lib/Target/AArch64/MCTargetDesc/LLVMBuild.txt