[PATCH] D25513: [ELF] - Improve diagnostics on duplicate STT_SECTION symbol.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 15 12:42:11 PST 2016


OK,  now I get it.

This patch changes the situation from the error being

 error: duplicate symbol '' in foo.o and (internal)

to

 error: duplicate symbol '' in foo.o and foo.o

Given that no well behaved producer creates a global STT_SECTION and
this was no longer crashing, I don't think we need it.

Cheers,
Rafael


More information about the llvm-commits mailing list