[PATCH] D24837: [ELF] Emit a diagnostic if there's reference to a local symbol in a discarded COMDAT section

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 22 12:48:54 PDT 2016


ruiu added a comment.

This patch adds an error check but the erroneous relocations are processed as before. The relocations points to the Discarded section, so I think the latter process cannot handle them properly. How did it work in the first place?


https://reviews.llvm.org/D24837





More information about the llvm-commits mailing list