[PATCH] D37013: [ELF] - Add additional information about location when emiting linkerscript's parsing errors.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 08:40:25 PDT 2017


ruiu added a comment.

Yes, I understand that, but as I wrote in a previous comment, this kind of style

  error: foo bar
  >>> A
  >>> B
  >>> C

is odd unless A, B and C are list items for the same list. In other words, you cannot always simply concatenate all error messages with ">>>\n".


https://reviews.llvm.org/D37013





More information about the llvm-commits mailing list