This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Add support for --require-defined linker flag
Needs ReviewPublic

Authored by sbc100 on Jun 2 2022, 2:44 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This option is the same as option --undefined except that if symbol is
not defined in the output file then the linker will issue an error and
exit.

Diff Detail

Event Timeline

sbc100 created this revision.Jun 2 2022, 2:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2022, 2:44 PM
Herald added subscribers: pmatos, asb, wingo and 4 others. · View Herald Transcript
sbc100 requested review of this revision.Jun 2 2022, 2:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 2 2022, 2:44 PM
sbc100 updated this revision to Diff 433897.Jun 2 2022, 2:56 PM
  • add test