[PATCH] D42095: [WebAssembly] Symbol changes #3: Cosmetic table, LLVM. NFC.
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 19:41:01 PST 2018
sbc100 added inline comments.
================
Comment at: lib/MC/WasmObjectWriter.cpp:226
unsigned NumGlobalImports = 0;
+ unsigned InitialTableOffset = 1;
----------------
If this is constant then there no need to for it to be a member. Perhaps `static const int` in the file scope?
Repository:
rL LLVM
https://reviews.llvm.org/D42095
More information about the llvm-commits
mailing list