[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. These...
authorBradley Smith <bradley.smith@arm.com>
Wed, 9 Apr 2014 14:42:27 +0000 (14:42 +0000)
committerBradley Smith <bradley.smith@arm.com>
Wed, 9 Apr 2014 14:42:27 +0000 (14:42 +0000)
commit01229fa891aed9f74ecd800cd79b98a78bac4522
tree3732b7c2a8c3f2bd8bea9234cb3a1fd8f2f02269
parent0fc7d2bdd2b46b98d7c39a952f70573a2cccf462
[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. These files are required in the decoder, disassembler and parser, and a layering violation was imminent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205867 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
lib/Target/ARM64/ARM64.h
lib/Target/ARM64/ARM64MCInstLower.cpp
lib/Target/ARM64/AsmParser/ARM64AsmParser.cpp
lib/Target/ARM64/CMakeLists.txt
lib/Target/ARM64/Disassembler/ARM64Disassembler.cpp
lib/Target/ARM64/Disassembler/LLVMBuild.txt
lib/Target/ARM64/InstPrinter/ARM64InstPrinter.cpp
lib/Target/ARM64/InstPrinter/LLVMBuild.txt
lib/Target/ARM64/LLVMBuild.txt
lib/Target/ARM64/MCTargetDesc/ARM64BaseInfo.cpp [deleted file]
lib/Target/ARM64/MCTargetDesc/ARM64BaseInfo.h [deleted file]
lib/Target/ARM64/MCTargetDesc/ARM64MCCodeEmitter.cpp
lib/Target/ARM64/MCTargetDesc/CMakeLists.txt
lib/Target/ARM64/Makefile
lib/Target/ARM64/Utils/ARM64BaseInfo.cpp [new file with mode: 0644]
lib/Target/ARM64/Utils/ARM64BaseInfo.h [new file with mode: 0644]
lib/Target/ARM64/Utils/CMakeLists.txt [new file with mode: 0644]
lib/Target/ARM64/Utils/LLVMBuild.txt [new file with mode: 0644]
lib/Target/ARM64/Utils/Makefile [new file with mode: 0644]