[PATCH] D57499: [WebAssembly] clang-tidy (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 10:26:29 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:
> I guess you prefer to revert these too? Just checking before actually reverting.
So would you like to revert these?
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