forked from OSchip/llvm-project
[ARC] Fix ARCTargetMachine after 777180a32b
This commit is contained in:
parent
ac30ea2f87
commit
800a0f81e9
|
@ -39,7 +39,7 @@ ARCTargetMachine::ARCTargetMachine(const Target &T, const Triple &TT,
|
|||
TT, CPU, FS, Options, getRelocModel(RM),
|
||||
getEffectiveCodeModel(CM, CodeModel::Small), OL),
|
||||
TLOF(std::make_unique<TargetLoweringObjectFileELF>()),
|
||||
Subtarget(TT, CPU, FS, *this) {
|
||||
Subtarget(TT, std::string(CPU), std::string(FS), *this) {
|
||||
initAsmInfo();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue