This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Test the "wasm32-wasi" triple
ClosedPublic

Authored by sunfish on Apr 30 2019, 12:36 PM.

Details

Summary

Add triple tests for "wasm32-wasi" and "wasm64-wasi", and also remove the "-musl" component from the existing wasm triple tests as we're not using that in practice (WASI libc is derived in part from musl, but it is not fully musl-compatible).

Diff Detail

Repository
rL LLVM

Event Timeline

sunfish created this revision.Apr 30 2019, 12:36 PM
sbc100 accepted this revision.Apr 30 2019, 2:11 PM
This revision is now accepted and ready to land.Apr 30 2019, 2:11 PM
This revision was automatically updated to reflect the committed changes.