OSDN Git Service

[RISCV] Move InstPrinter files to MCTargetDesc. NFC
authorRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 02:43:58 +0000 (02:43 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 02:43:58 +0000 (02:43 +0000)
commitbf9cb21ec2c8251e43ca4f49131e80ba03a8ea6d
tree0a554f03e3d5870da4706183176101cffeba84aa
parenta4579c0d0302b98390a385cc532acc520277efe5
[RISCV] 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@360505 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/RISCV/CMakeLists.txt
lib/Target/RISCV/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/RISCV/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/RISCV/LLVMBuild.txt
lib/Target/RISCV/MCTargetDesc/CMakeLists.txt
lib/Target/RISCV/MCTargetDesc/LLVMBuild.txt
lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp [moved from lib/Target/RISCV/InstPrinter/RISCVInstPrinter.cpp with 100% similarity]
lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.h [moved from lib/Target/RISCV/InstPrinter/RISCVInstPrinter.h with 94% similarity]
lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
lib/Target/RISCV/RISCVAsmPrinter.cpp