[PATCH] D54012: [WebAssembly] Added a .globaltype directive to .s output.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 17:01:54 PDT 2018


sbc100 accepted this revision.
sbc100 added a comment.

Nice!



================
Comment at: lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp:87
+    }
+  }
   for (const auto &F : M) {
----------------
I like newline between these top loops, but perhaps thats just a personal preference.


Repository:
  rL LLVM

https://reviews.llvm.org/D54012





More information about the llvm-commits mailing list