[PATCH] D27506: [ELF] - Print absolute file name in errors when possible.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 8 00:20:11 PST 2016


grimar added a comment.

In https://reviews.llvm.org/D27506#616268, @ruiu wrote:

> 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.


Technically you probably correct. My naming was based on "DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath" I am using.


Repository:
  rL LLVM

https://reviews.llvm.org/D27506





More information about the llvm-commits mailing list