[PATCH] D55353: [WebAssembly] Add '.eventtype' directive support

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 5 22:54:06 PST 2018


aheejin marked an inline comment as done.
aheejin added inline comments.


================
Comment at: lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp:463
+      TOut.emitEventType(WasmSym);
+      // TODO: backend also calls TOut.emitIndIdx, but that is not implemented.
+      return expect(AsmToken::EndOfStatement, "EOL");
----------------
I don't really know what this TODO means, but because other directives have it, I just pasted it again here.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D55353





More information about the llvm-commits mailing list