This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Implement --why-extract flag from the ELF backend
ClosedPublic

Authored by sbc100 on Mar 6 2023, 2:38 PM.

Diff Detail

Event Timeline

sbc100 created this revision.Mar 6 2023, 2:38 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added subscribers: pmatos, asb, wingo and 6 others. · View Herald Transcript
sbc100 requested review of this revision.Mar 6 2023, 2:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2023, 2:38 PM
sbc100 updated this revision to Diff 502812.Mar 6 2023, 2:39 PM
  • revert ELF
sbc100 updated this revision to Diff 502815.Mar 6 2023, 2:42 PM
  • Revert part
dschuff accepted this revision.Mar 6 2023, 5:15 PM

I love these kinds of debugging options...

This revision is now accepted and ready to land.Mar 6 2023, 5:15 PM
MaskRay accepted this revision.Mar 6 2023, 5:33 PM
MaskRay added inline comments.
lld/wasm/SymbolTable.cpp
767

drop braces for one-line simple statements.

sbc100 updated this revision to Diff 502878.Mar 6 2023, 5:52 PM
  • feedback
This revision was landed with ongoing or failed builds.Mar 6 2023, 5:56 PM
This revision was automatically updated to reflect the committed changes.