summaryrefslogtreecommitdiffstats
path: root/lld/test/ELF/vs-diagnostics-duplicate-split.s
Commit message (Collapse)AuthorAgeFilesLines
* [ELF] For VS-style diagnostics, prefer printing full paths in the header.Igor Kudrin2019-08-091-2/+2
| | | | | | | | | | | | The filename part in the message header is used by Visual Studio to fill Error List so that a user can click on an item and jump to the mentioned location. If we use only the name of a source file and not the full path, Visual Studio might be unable to find the right file or, even worse, show a wrong one. Differential Revision: https://reviews.llvm.org/D65875 llvm-svn: 368409
* Try to fix windows build bots after r368153.Igor Kudrin2019-08-071-2/+2
| | | | llvm-svn: 368169
* [ELF] Fix splitting messages for duplicate symbols.Igor Kudrin2019-08-071-0/+39
D65213 (rL367536) does not work for the case when a source file path includes subdirectories. Differential Revision: https://reviews.llvm.org/D65810 llvm-svn: 368153
OpenPOWER on IntegriCloud