This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm path using ELF directive parser.
ClosedPublic

Authored by aardappel on Apr 6 2018, 12:32 PM.

Details

Summary

This is a temporary solution until a proper WASM implementation of
MCAsmParserExtension is in place, but at least for now will unblock this
path.

Added test to make sure this path works with the WASM Assembler.

Diff Detail

Repository
rL LLVM

Event Timeline

aardappel created this revision.Apr 6 2018, 12:32 PM
sbc100 accepted this revision.Apr 6 2018, 12:37 PM
This revision is now accepted and ready to land.Apr 6 2018, 12:37 PM
dschuff accepted this revision.Apr 6 2018, 2:14 PM
sbc100 added a comment.Apr 6 2018, 4:06 PM

We normally put [WebAssembly] at the start of the first line of wasm-only changes.

aardappel updated this revision to Diff 141452.Apr 6 2018, 4:27 PM

Forgot to prefix the commit message with [WebAssembly].

aardappel updated this revision to Diff 141453.Apr 6 2018, 4:37 PM

Undid some accidentally committed files.

aardappel retitled this revision from Enabled -triple=wasm32-unknown-unknown-wasm path using ELF directive parser. to [WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm path using ELF directive parser..Apr 6 2018, 4:39 PM
sbc100 accepted this revision.Apr 6 2018, 6:05 PM
This revision was automatically updated to reflect the committed changes.