File tree Expand file tree Collapse file tree 5 files changed +5
-31
lines changed
llvm/lib/Target/AArch64/MCTargetDesc Expand file tree Collapse file tree 5 files changed +5
-31
lines changed Original file line number Diff line number Diff line change 1111// ===----------------------------------------------------------------------===//
1212
1313#include " AArch64MCAsmInfo.h"
14- #include " MCTargetDesc/AArch64MCExpr.h"
1514#include " llvm/MC/MCContext.h"
1615#include " llvm/MC/MCExpr.h"
1716#include " llvm/MC/MCStreamer.h"
Original file line number Diff line number Diff line change 1313#ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64MCASMINFO_H
1414#define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64MCASMINFO_H
1515
16- #include " MCTargetDesc/AArch64MCExpr .h"
16+ #include " Utils/AArch64BaseInfo .h"
1717#include " llvm/MC/MCAsmInfoCOFF.h"
1818#include " llvm/MC/MCAsmInfoDarwin.h"
1919#include " llvm/MC/MCAsmInfoELF.h"
20+ #include " llvm/MC/MCExpr.h"
21+ #include " llvm/Support/Casting.h"
2022
2123namespace llvm {
2224class MCStreamer ;
25+ class MCValue ;
2326class Triple ;
2427
2528struct AArch64MCAsmInfoDarwin : public MCAsmInfoDarwin {
Original file line number Diff line number Diff line change 66//
77// ===----------------------------------------------------------------------===//
88
9- #include " AArch64MCExpr.h"
109#include " AArch64MCAsmInfo.h"
1110#include " llvm/MC/MCContext.h"
1211#include " llvm/MC/MCStreamer.h"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99#ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64TARGETSTREAMER_H
1010#define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64TARGETSTREAMER_H
1111
12- #include " AArch64MCExpr .h"
12+ #include " AArch64MCAsmInfo .h"
1313#include " llvm/ADT/StringRef.h"
1414#include " llvm/IR/Instructions.h"
1515#include " llvm/MC/MCELFStreamer.h"
You can’t perform that action at this time.
0 commit comments