[PATCH] D57938: [WebAssembly] Update MC for bulk memory
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 8 11:21:16 PST 2019
tlively marked an inline comment as done.
tlively added inline comments.
================
Comment at: llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp:673
+ return expect(AsmToken::EndOfStatement, "EOL");
+ }
+
----------------
@aardappel, I wanted to test that this directive would properly round trip through the assembler and disassembler, but I wasn't able to get the assembler to handle a data section properly. Is this something that you would expect to work at the moment?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57938/new/
https://reviews.llvm.org/D57938
More information about the llvm-commits
mailing list