This is part of larger change to add synthetic symbols
for section start/end points and init/fini_array:
https://reviews.llvm.org/D40760
Allows synthetic global symbol to have explicily set
their virtual address.
Paths
| Differential D40843
[WebAssembly] Improve support for linker synthetic symbols. NFC ClosedPublic Authored by sbc100 on Dec 5 2017, 10:17 AM.
Details Summary This is part of larger change to add synthetic symbols Allows synthetic global symbol to have explicily set
Diff Detail
Event TimelineHerald added subscribers: sunfish, aheejin, jgravelle-google and 2 others. · View Herald TranscriptDec 5 2017, 10:17 AM sbc100 retitled this revision from [WebAssembly] Improve support linker synthetic symbols to [WebAssembly] Improve support linker synthetic symbols. NFC. sbc100 retitled this revision from [WebAssembly] Improve support linker synthetic symbols. NFC to [WebAssembly] Improve support for linker synthetic symbols. NFC.Dec 5 2017, 10:19 AM
Comment Actions LGTM
This revision is now accepted and ready to land.Dec 5 2017, 10:41 AM Closed by commit rL319813: [WebAssembly] Improve support linker synthetic symbols (authored by sbc). · Explain WhyDec 5 2017, 11:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 125572 wasm/Config.h
wasm/Driver.cpp
wasm/Symbols.h
wasm/Symbols.cpp
wasm/Writer.cpp
wasm/WriterUtils.h
|
Does it make sense to return its return value to Config->StackPointer so that we don't have to look it up again in Writer?