[PATCH] D27506: [ELF] - Print absolute file name in errors when possible.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 12:58:40 PST 2016
ruiu added a comment.
By the way, the commit message was not accurate. It does not print out an absolute path. An absolute path is a path starts with '/' or a drive letter. This patch is to include path components in error messages instead of just base names.
Repository:
rL LLVM
https://reviews.llvm.org/D27506
More information about the llvm-commits
mailing list