[PATCH] D71759: [test][ELF] Verify debug line corruption messages are printed once

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 09:10:47 PST 2020


jhenderson marked an inline comment as done.
jhenderson added inline comments.


================
Comment at: lld/test/ELF/undef.s:55
+# CHECK: error: undefined symbol: zed6a
 # CHECK: >>> referenced by {{.*}}tmp4.o:(.text+0x0)
+# CHECK: error: undefined symbol: zed6b
----------------
MaskRay wrote:
> Add `-NEXT:` by the way?
I'll do this in a separate follow-up, as the rest of the checks in this file are not -NEXT currently.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71759/new/

https://reviews.llvm.org/D71759





More information about the llvm-commits mailing list