[PATCH] D43211: [WebAssembly] promote from experimental to normal target

Wouter van Oortmerssen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 20 11:20:45 PDT 2018


aardappel added a comment.

Would be nice to get this CL in before we switch out of experimental: https://reviews.llvm.org/D50568
Not only does this change the text syntax for assembler and disassembler, it changes the instruction format used in MC.
As such it is a larger, messy change that would be good to have behind us, such that future changes will likely change any of these less.
I had to revert it to fix (hopefully) one last thing, hopefully re-land it soonish.


Repository:
  rL LLVM

https://reviews.llvm.org/D43211





More information about the llvm-commits mailing list