This moves the error checking until after all optional
symbols (including the section start/end symbols) have
been created.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96318
[lld][WebAssembly] Allow export for optional symbols ClosedPublic Authored by sbc100 on Feb 8 2021, 9:53 PM.
Details Summary This moves the error checking until after all optional
Diff Detail
Event TimelineHerald added subscribers: wingo, ecnelises, sunfish and 2 others. · View Herald TranscriptFeb 8 2021, 9:53 PM This revision is now accepted and ready to land.Feb 9 2021, 11:24 AM This revision was landed with ongoing or failed builds.Feb 9 2021, 1:15 PM Closed by commit rG34d033ca129f: [lld][WebAssembly] Allow --export of optional start/stop symbols (authored by sbc100). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 322483 lld/test/wasm/export-optional.s
lld/wasm/Driver.cpp
lld/wasm/Writer.cpp
|