[PATCH] D18699: [ELF] - Teach linkerscript error handler to show full script line + column marker on error.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 5 07:53:56 PDT 2016
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM with a nit.
================
Comment at: test/ELF/linkerscript-diagnostic.s:55
@@ +54,3 @@
+# ERR6-NEXT: UNKNOWN_TAG {
+# ERR6-NEXT: {{^\^}}
+
----------------
RUN: grep '^^' %t.log
http://reviews.llvm.org/D18699
More information about the llvm-commits
mailing list