This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Initialize missing passes in WebAssemblyTargetMachine
ClosedPublic

Authored by luke on Dec 6 2022, 9:00 AM.

Details

Summary

These passes were lying around but weren't initialized, so they weren't
showing up in -print-after-all

Diff Detail

Event Timeline

luke created this revision.Dec 6 2022, 9:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2022, 9:00 AM
luke requested review of this revision.Dec 6 2022, 9:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2022, 9:00 AM
aheejin accepted this revision.Dec 6 2022, 11:44 AM
This revision is now accepted and ready to land.Dec 6 2022, 11:44 AM
asb accepted this revision.Dec 8 2022, 4:44 AM

LGTM, thanks Luke!

This revision was landed with ongoing or failed builds.Dec 8 2022, 4:57 AM
This revision was automatically updated to reflect the committed changes.