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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 11:52:46 PDT 2016


On 23 September 2016 at 14:19, Davide Italiano <dccitaliano at gmail.com> wrote:
> davide added a comment.
>
> In https://reviews.llvm.org/D24837#550970, @rafael wrote:
>
>> Is this producing a warning for know broken special cases like .eh_frame and .debug_line?
>
>
> Yes, do we want to skip them?

I think so. Otherwise every link on x86_64 will get the warning.

Cheers,
Rafael


More information about the llvm-commits mailing list