mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[RuntimeDyld][MachO/ARM] Don't add a redundant relocation entry.
We only need to add this entry once for it to be fixed up. llvm-svn: 308375
This commit is contained in:
parent
b21f190999
commit
3b9218a913
@ -288,7 +288,6 @@ private:
|
||||
HalfDiffKindBits);
|
||||
|
||||
addRelocationForSection(R, SectionAID);
|
||||
addRelocationForSection(R, SectionBID);
|
||||
|
||||
return ++RelI;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user