[PATCH] D45118: [WebAssembly] Linking debug (DWARF) sections from WebAssembly object files
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 4 15:28:19 PDT 2018
sbc100 added inline comments.
================
Comment at: wasm/Writer.cpp:765
continue;
+ if (isa<SectionSymbol>(Sym))
+ continue;
----------------
I don't think you need this since sections symbols are always local right?
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D45118
More information about the llvm-commits
mailing list