[PATCH] D25240: [ELF] Emit warning instead of error, when undefined symbol is not really used.
Eugene Leviant via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 4 09:24:58 PDT 2016
evgeny777 added inline comments.
> ruiu wrote in Relocations.cpp:560
> I don't think you need to record whether a symbol is used or not here to use the information later. Instead, you could print out a warning message directly from this context.
Can you please elaborate? If symbol is not a target of any reloc then I won't see it here, will I?
Repository:
rL LLVM
https://reviews.llvm.org/D25240
More information about the llvm-commits
mailing list