[PATCH] D59173: [WebAssembly] Target features section

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 13 18:46:39 PDT 2019


sbc100 accepted this revision.
sbc100 added inline comments.
This revision is now accepted and ready to land.


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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59173





More information about the llvm-commits mailing list