Skip to content

Commit 28aa871

Browse files
committed
AArch64: Remove AArch64MCExpr.h
1 parent 8b55129 commit 28aa871

File tree

5 files changed

+5
-31
lines changed

5 files changed

+5
-31
lines changed

llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
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"

llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@
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

2123
namespace llvm {
2224
class MCStreamer;
25+
class MCValue;
2326
class Triple;
2427

2528
struct AArch64MCAsmInfoDarwin : public MCAsmInfoDarwin {

llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "AArch64MCExpr.h"
109
#include "AArch64MCAsmInfo.h"
1110
#include "llvm/MC/MCContext.h"
1211
#include "llvm/MC/MCStreamer.h"

llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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"

0 commit comments

Comments
 (0)