[PATCH] D59173: [WebAssembly] Target features section

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 13:36:44 PDT 2019


tlively added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp:231
+      Required = '=',
+      Disallowed = '-',
+    } Prefix;
----------------
sbc100 wrote:
> Doesn't this duplicate the values from Wasm.h?
Yes, fixed.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59173/new/

https://reviews.llvm.org/D59173





More information about the llvm-commits mailing list