[PATCH] D57499: [WebAssembly] clang-tidy (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 11:10:20 PST 2019
aheejin marked an inline comment as done.
aheejin added inline comments.
================
Comment at: wasm/Writer.cpp:44
+static constexpr const char *FunctionTableName = "__indirect_function_table";
+const char *lld::wasm::DefaultModule = "env";
----------------
aheejin wrote:
> aheejin wrote:
> > I guess you prefer to revert these too? Just checking before actually reverting.
> So would you like to revert these?
Will land this; let me know if you want to revert that afterwards.
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57499/new/
https://reviews.llvm.org/D57499
More information about the llvm-commits
mailing list