1
0
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:
Lang Hames 2017-07-18 21:12:03 +00:00
parent b21f190999
commit 3b9218a913

View File

@ -288,7 +288,6 @@ private:
HalfDiffKindBits);
addRelocationForSection(R, SectionAID);
addRelocationForSection(R, SectionBID);
return ++RelI;
}