[PATCH] D18545: [ELF] - Better diagnostics for linker script errors
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 29 10:37:27 PDT 2016
ruiu added a comment.
Please take a look at http://reviews.llvm.org/D18563 (I didn't test it but made up to describe my idea). Because we have a complete string in memory, it is easier to count the number of newlines in string after an error is raised, instead of counting it while parsing the string.
http://reviews.llvm.org/D18545
More information about the llvm-commits
mailing list