[PATCH] D42511: [WebAssembly] Add support for --gc-sections
Nicholas Wilson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 12:46:03 PST 2018
ncw accepted this revision.
ncw added inline comments.
================
Comment at: wasm/Driver.cpp:289
+ default:
+ return;
+ }
----------------
Uh, shouldn't this be "continue"? Otherwise it'll give up processing symbols when it reaches the first type relocation.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D42511
More information about the llvm-commits
mailing list