The code we generate for applying data relocations at runtime omitted
the added for symbols with GOT entries.
Also refactor the code to reduce duplication.
Paths
| Differential D61111
[WebAssembly] Always take into account addend when applying runtime relocations ClosedPublic Authored by sbc100 on Apr 24 2019, 7:35 PM.
Details Summary The code we generate for applying data relocations at runtime omitted Also refactor the code to reduce duplication.
Diff Detail
Event Timelinesbc100 retitled this revision from [WebAssembly] Always take into account added when applying runtime relocations to [WebAssembly] Always take into account addend when applying runtime relocations.Apr 24 2019, 7:36 PM This revision is now accepted and ready to land.Apr 24 2019, 9:02 PM Closed by commit rGb685ddf28882: [WebAssembly] Always take into account added when applying runtime relocations (authored by sbc100). · Explain WhyApr 25 2019, 10:17 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 196672 lld/test/wasm/shared.ll
lld/wasm/InputChunks.cpp
lld/wasm/Symbols.cpp
|