This is an archive of the discontinued LLVM Phabricator instance.

[UpdateTestChecks] Add wasm64 target
ClosedPublic

Authored by luke on Jan 6 2023, 5:58 AM.

Details

Summary

wasm32 was already supported, so here I've just reused the same regex. I'm not sure if this is actually correct: I don't know for certain if wasm32 and wasm64 have different output formats, but it seems to work.

Diff Detail

Event Timeline

luke created this revision.Jan 6 2023, 5:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2023, 5:58 AM
luke requested review of this revision.Jan 6 2023, 5:58 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 6 2023, 5:58 AM
dschuff accepted this revision.Jan 9 2023, 11:43 AM
This revision is now accepted and ready to land.Jan 9 2023, 11:43 AM

I think the format should be the same for wasm64

asb accepted this revision.Jan 10 2023, 1:40 AM
asb added a subscriber: asb.

LGTM!

This revision was automatically updated to reflect the committed changes.