mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
MipsABIInfo class is used in different libraries. Moving the files to MCTargetDesc folder(LLVMMipsDesc library) prevents linkage errors. There are no functional changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3fea427a63
commit
73fb93cfaf
@ -21,7 +21,6 @@ add_llvm_target(MipsCodeGen
|
||||
Mips16ISelDAGToDAG.cpp
|
||||
Mips16ISelLowering.cpp
|
||||
Mips16RegisterInfo.cpp
|
||||
MipsABIInfo.cpp
|
||||
MipsAnalyzeImmediate.cpp
|
||||
MipsAsmPrinter.cpp
|
||||
MipsCCState.cpp
|
||||
|
@ -1,4 +1,5 @@
|
||||
add_llvm_library(LLVMMipsDesc
|
||||
MipsABIInfo.cpp
|
||||
MipsABIFlagsSection.cpp
|
||||
MipsAsmBackend.cpp
|
||||
MipsELFObjectWriter.cpp
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "llvm/MC/MCInstrItineraries.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Target/TargetSubtargetInfo.h"
|
||||
#include "MipsABIInfo.h"
|
||||
#include "MCTargetDesc/MipsABIInfo.h"
|
||||
#include <string>
|
||||
|
||||
#define GET_SUBTARGETINFO_HEADER
|
||||
|
Loading…
Reference in New Issue
Block a user