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 11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#include " AArch64MCAsmInfo.h"
14
- #include " MCTargetDesc/AArch64MCExpr.h"
15
14
#include " llvm/MC/MCContext.h"
16
15
#include " llvm/MC/MCExpr.h"
17
16
#include " llvm/MC/MCStreamer.h"
Original file line number Diff line number Diff line change 13
13
#ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64MCASMINFO_H
14
14
#define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64MCASMINFO_H
15
15
16
- #include " MCTargetDesc/AArch64MCExpr .h"
16
+ #include " Utils/AArch64BaseInfo .h"
17
17
#include " llvm/MC/MCAsmInfoCOFF.h"
18
18
#include " llvm/MC/MCAsmInfoDarwin.h"
19
19
#include " llvm/MC/MCAsmInfoELF.h"
20
+ #include " llvm/MC/MCExpr.h"
21
+ #include " llvm/Support/Casting.h"
20
22
21
23
namespace llvm {
22
24
class MCStreamer ;
25
+ class MCValue ;
23
26
class Triple ;
24
27
25
28
struct AArch64MCAsmInfoDarwin : public MCAsmInfoDarwin {
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " AArch64MCExpr.h"
10
9
#include " AArch64MCAsmInfo.h"
11
10
#include " llvm/MC/MCContext.h"
12
11
#include " llvm/MC/MCStreamer.h"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 9
9
#ifndef LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64TARGETSTREAMER_H
10
10
#define LLVM_LIB_TARGET_AARCH64_MCTARGETDESC_AARCH64TARGETSTREAMER_H
11
11
12
- #include " AArch64MCExpr .h"
12
+ #include " AArch64MCAsmInfo .h"
13
13
#include " llvm/ADT/StringRef.h"
14
14
#include " llvm/IR/Instructions.h"
15
15
#include " llvm/MC/MCELFStreamer.h"
You can’t perform that action at this time.
0 commit comments