[PATCH] D27900: [ELF] - Keep the source file/line location information separate from the object file location information.

Rafael Ávila de Espíndola via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 14:40:36 PDT 2017


rafael added a comment.

I quite like this. The summary as I see so far

- Always reporting the .o file is a big improvement, since we might not have the source file.
- Always reporting the .a file is also important.
- Having a note be different from the error is nice in that it can be colored differently.

Rui, do you have any objections?


https://reviews.llvm.org/D27900





More information about the llvm-commits mailing list