[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 11:55:33 PST 2016
ruiu added a comment.
I prefer a more functional approach. We don't need to modify a string in place. We can create a new string and return it.
Repository:
rL LLVM
https://reviews.llvm.org/D27506
More information about the llvm-commits
mailing list