[PATCH] D48744: [WebAssembly] Remove ELF file support.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 2 09:11:01 PDT 2018


sbc100 added inline comments.


================
Comment at: lib/MC/MCParser/AsmParser.cpp:700
+    // same for now.
     PlatformParser.reset(createELFAsmParser());
     break;
----------------
aardappel wrote:
> This one should be renamed, since there is now only one MCAsmParserExtension for wasm, and its implementation is actually kinda ELF-y, but it is wha we'll use for wasm mode going forward.
Maybe a separate change?


Repository:
  rL LLVM

https://reviews.llvm.org/D48744





More information about the llvm-commits mailing list