[PATCH] D61539: [WebAssembly] Don't generate unused table entries.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 00:25:44 PDT 2019
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lld/wasm/Writer.cpp:1159
+ // Other relocation types all have a corresponding symbol
+ auto* Sym = File->getSymbols()[Reloc.Index];
switch (Reloc.Type) {
----------------
nit: `auto* ` -> `auto *`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61539/new/
https://reviews.llvm.org/D61539
More information about the llvm-commits
mailing list