commit | 71c066d8cfd12a696454377c0592f3697ef207f3 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <[email protected]> | Tue Feb 02 08:22:41 2016 |
committer | Rui Ueyama <[email protected]> | Tue Feb 02 08:22:41 2016 |
tree | 3f609a8276736cdb7b39c5bba884b29f91713918 | |
parent | 82b4288b1a32a781af50760ad12698b64da233e2 [diff] |
ELF: Include archive names in error messages. If object files are drawn from archive files, the error message should be something like "conflict symbols in foo.a(bar.o) and baz.o" instead of "conflict symbols in bar.o and baz.o". This patch implements that. llvm-svn: 259475