OSDN Git Service

[BPF] Move InstPrinter files to MCTargetDesc. NFC
authorRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 01:13:21 +0000 (01:13 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 11 May 2019 01:13:21 +0000 (01:13 +0000)
commit6e03a1fc306c99a4eeb3e90f7b43927dad03af38
tree1692fcb2a74e7bc14110762d7dbd45364839654d
parent2edebed8417c7b1f5f9b03d7f60bf46daf68fe49
[BPF] 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@360494 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/BPF/BPFAsmPrinter.cpp
lib/Target/BPF/CMakeLists.txt
lib/Target/BPF/InstPrinter/CMakeLists.txt [deleted file]
lib/Target/BPF/InstPrinter/LLVMBuild.txt [deleted file]
lib/Target/BPF/LLVMBuild.txt
lib/Target/BPF/MCTargetDesc/BPFInstPrinter.cpp [moved from lib/Target/BPF/InstPrinter/BPFInstPrinter.cpp with 98% similarity]
lib/Target/BPF/MCTargetDesc/BPFInstPrinter.h [moved from lib/Target/BPF/InstPrinter/BPFInstPrinter.h with 92% similarity]
lib/Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp
lib/Target/BPF/MCTargetDesc/CMakeLists.txt
lib/Target/BPF/MCTargetDesc/LLVMBuild.txt