[PATCH] D27900: [ELF] - Keep the source file/line location information separate from the object file location information.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 22 14:18:58 PST 2017
grimar added a comment.
In https://reviews.llvm.org/D27900#684014, @ruiu wrote:
> Quote from the patch comment:
>
> Example of new output:
> error: file-dbg2.o: duplicate symbol 'zed'
> error: file-dbg2.a(file-dbg2.o): previous definition was here
> note: definitions found in conflict-debug.s(.text+0x0) and conflict-debug.s(.text+0x0)
It was really outdated. Patch does not do that atm. Updated the comment.
https://reviews.llvm.org/D27900
More information about the llvm-commits
mailing list