mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
[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:
@@ -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"
|
||||
|
@@ -19,6 +19,6 @@
|
||||
type = Library
|
||||
name = ARM64AsmPrinter
|
||||
parent = ARM64
|
||||
required_libraries = MC Support
|
||||
required_libraries = ARM64Utils MC Support
|
||||
add_to_library_groups = ARM64
|
||||
|
||||
|
Reference in New Issue
Block a user