[PATCH] D27519: Allow checking for asm diags with a specific column number

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 06:08:18 PST 2016


olista01 created this revision.
olista01 added reviewers: santonen.daniel, niravd.
olista01 added a subscriber: llvm-commits.
olista01 set the repository for this revision to rL LLVM.

This adds extra syntax to the comments parsed by llvm-mc -verify-asm-diags to allow chekcing that a diagnostic is emitted at a specific column number.


Repository:
  rL LLVM

https://reviews.llvm.org/D27519

Files:
  test/MC/ARM/verify-diagnostics-all-matching.s
  test/MC/ARM/verify-diagnostics-column-number.s
  test/MC/ARM/verify-diagnostics-comment-parsing.s
  tools/llvm-mc/llvm-mc.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27519.80585.patch
Type: text/x-patch
Size: 5423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/0151124b/attachment.bin>


More information about the llvm-commits mailing list