[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
This commit is contained in:
Bradley Smith
2014-04-09 14:42:27 +00:00
parent 0fc7d2bdd2
commit 01229fa891
17 changed files with 56 additions and 13 deletions

View File

@@ -14,7 +14,7 @@
#define DEBUG_TYPE "asm-printer"
#include "ARM64InstPrinter.h"
#include "MCTargetDesc/ARM64AddressingModes.h"
#include "MCTargetDesc/ARM64BaseInfo.h"
#include "Utils/ARM64BaseInfo.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/MC/MCInst.h"

View File

@@ -19,6 +19,6 @@
type = Library
name = ARM64AsmPrinter
parent = ARM64
required_libraries = MC Support
required_libraries = ARM64Utils MC Support
add_to_library_groups = ARM64