[PATCH] D25240: [ELF] Emit warning instead of error, when undefined symbol is not really used.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 09:27:26 PDT 2016


ruiu added inline comments.


> evgeny777 wrote in Relocations.cpp:560
> Can you please elaborate? If symbol is not a target of any reloc then I won't see it here, will I?

If Body is an undefined symbol we want to warn/error here, no? Then undefined and unreferenced symbols will be ignored completely.

Repository:
  rL LLVM

https://reviews.llvm.org/D25240





More information about the llvm-commits mailing list