[PATCH] D45467: [wip] COFF: Friendlier undefined symbol errors.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 9 16:40:44 PDT 2018
pcc added a comment.
The error messages look a little odd on non-Windows platforms:
ra/bin/lld-link: error: undefined symbol: ?foo@@YAHXZ
>>> referenced by \path\to\foo.cpp:4
>>> foo.obj:(main)
(i.e. backslashes rather than slashes in the file path)
@zturner Would there be any downside to using slashes in our codeview output on non-Windows?
https://reviews.llvm.org/D45467
More information about the llvm-commits
mailing list