[AVR] Move InstPrinter files to MCTargetDesc. NFC
authorRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 01:03:03 +0000 (01:03 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 01:03:03 +0000 (01:03 +0000)
commitbf9e67b5b973e9e910747807bd9c7aad97617e2c
treeaed9c4193517dd509f154fe5cf0afed37034421f
parented355330a37513fe2ad64e48c1170a389ecddff4
[AVR] 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: 360493
llvm/lib/Target/AVR/AVRAsmPrinter.cpp
llvm/lib/Target/AVR/CMakeLists.txt
llvm/lib/Target/AVR/InstPrinter/CMakeLists.txt [deleted file]
llvm/lib/Target/AVR/InstPrinter/LLVMBuild.txt [deleted file]
llvm/lib/Target/AVR/LLVMBuild.txt
llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.cpp [moved from llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp with 100% similarity]
llvm/lib/Target/AVR/MCTargetDesc/AVRInstPrinter.h [moved from llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.h with 100% similarity]
llvm/lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp
llvm/lib/Target/AVR/MCTargetDesc/CMakeLists.txt
llvm/lib/Target/AVR/MCTargetDesc/LLVMBuild.txt