[PATCH] D43719: [WebAssembly] Do not use inheritance to define SubSection.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 16:04:21 PST 2018


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


================
Comment at: lld/wasm/Writer.cpp:398
+  void writeStr(StringRef Str, StringRef Msg) {
+    lld::wasm::writeStr(OS, Str, Msg);
+  }
----------------
This file doesn't use the "lld::wasm" namespace explicitly when calling these writer functions.


https://reviews.llvm.org/D43719





More information about the llvm-commits mailing list