[PATCH] D54360: [WebAssembly] Added WasmAsmParser.
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 9 16:38:43 PST 2018
sbc100 accepted this revision.
sbc100 added inline comments.
================
Comment at: lib/MC/MCParser/WasmAsmParser.cpp:16
+// MCTargetStreamer, the ones that depend on WebAssemblyTargetStreamer are in
+// WebAssemblyAsmParser.
+
----------------
I think the common pattern is to join the file comment header to the copyright header and add another horizontal bar after.
Repository:
rL LLVM
https://reviews.llvm.org/D54360
More information about the llvm-commits
mailing list