This is an archive of the discontinued LLVM Phabricator instance.

[lld][WebAssembly] Warn on unknown -z flags
ClosedPublic

Authored by sbc100 on Feb 15 2022, 1:26 PM.

Details

Summary

This code mirrors that in lld/ELF/Driver.cpp, as does the new test code.

Diff Detail

Event Timeline

sbc100 created this revision.Feb 15 2022, 1:26 PM
sbc100 requested review of this revision.Feb 15 2022, 1:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 15 2022, 1:26 PM
dschuff accepted this revision.Feb 15 2022, 1:45 PM
dschuff added inline comments.
lld/wasm/Driver.cpp
825
This revision is now accepted and ready to land.Feb 15 2022, 1:45 PM
sbc100 updated this revision to Diff 409064.Feb 15 2022, 2:42 PM

feedback

This revision was landed with ongoing or failed builds.Feb 15 2022, 2:43 PM
This revision was automatically updated to reflect the committed changes.
sbc100 retitled this revision from [lld][WebAssemlby] Warn on unknown -z flags to [lld][WebAssembly] Warn on unknown -z flags.Feb 15 2022, 2:44 PM