forked from OSchip/llvm-project
[LoongArch] Include missing header files after D119244
Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D119514
This commit is contained in:
parent
4e58cb18d3
commit
1e8ff9b40a
|
@ -17,6 +17,7 @@
|
|||
#include "MCTargetDesc/LoongArchMCTargetDesc.h"
|
||||
#include "llvm/MC/MCAsmBackend.h"
|
||||
#include "llvm/MC/MCFixupKindInfo.h"
|
||||
#include "llvm/MC/MCSubtargetInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include "llvm/MC/MCContext.h"
|
||||
#include "llvm/MC/MCInstBuilder.h"
|
||||
#include "llvm/MC/MCInstrInfo.h"
|
||||
#include "llvm/MC/MCRegisterInfo.h"
|
||||
#include "llvm/Support/EndianStream.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#include "llvm/MC/MCAsmInfo.h"
|
||||
#include "llvm/MC/MCDwarf.h"
|
||||
#include "llvm/MC/MCInstrInfo.h"
|
||||
#include "llvm/MC/MCRegisterInfo.h"
|
||||
#include "llvm/MC/MCSubtargetInfo.h"
|
||||
#include "llvm/MC/TargetRegistry.h"
|
||||
#include "llvm/Support/Compiler.h"
|
||||
|
|
Loading…
Reference in New Issue