[PATCH] D61811: [WebAssembly] Refactor synthetic sections and relocation processing. NFC.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 04:01:47 PDT 2019


sbc100 added inline comments.


================
Comment at: lld/wasm/Symbols.h:20-21
 
+extern const char *DefaultModule;
+extern const char *FunctionTableName;
+
----------------
ruiu wrote:
> It would be nice to explain them as comment.
Done.

These are shared constants.. can you think of a better place to store them?  Maybe Config?  


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61811





More information about the llvm-commits mailing list