mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
[MCJIT] Remove redundant architecture check from RuntimeDyldMachOI386.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217470 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
01c14f6de0
commit
d453c22ddb
@ -44,7 +44,7 @@ public:
|
||||
RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
|
||||
return processSECTDIFFRelocation(SectionID, RelI, ObjImg,
|
||||
ObjSectionToID);
|
||||
else if (Arch == Triple::x86 && RelType == MachO::GENERIC_RELOC_VANILLA)
|
||||
else if (RelType == MachO::GENERIC_RELOC_VANILLA)
|
||||
return processI386ScatteredVANILLA(SectionID, RelI, ObjImg,
|
||||
ObjSectionToID);
|
||||
llvm_unreachable("Unhandled scattered relocation.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user