[PATCH] D57499: [WebAssembly] clang-tidy (NFC)
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 31 22:21:07 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";
----------------
I guess you prefer to revert these too? Just checking before actually reverting.
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