This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Triple::wasm64 related cleanup
ClosedPublic

Authored by aardappel on Jul 13 2020, 1:02 PM.

Details

Summary

A few cases that didn't cover Triple::wasm64 correctly.

Diff Detail

Event Timeline

aardappel created this revision.Jul 13 2020, 1:02 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJul 13 2020, 1:02 PM
sbc100 accepted this revision.Jul 13 2020, 3:59 PM
sbc100 added inline comments.
lld/wasm/InputFiles.cpp
583

Should we error out here if you try to link two files of different arch?

This revision is now accepted and ready to land.Jul 13 2020, 3:59 PM
aardappel updated this revision to Diff 277627.Jul 13 2020, 5:41 PM

Made LLD is64 optional, so we can know if is set consistently.

This revision was automatically updated to reflect the committed changes.