[PATCH] D82203: [FileCheck] Implement -dump-input-context and -dump-input-filter

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 17:56:51 PDT 2020


Meinersbur added a comment.

To reduce the amount the output, could the input dump be restricted to the range between two labels? The rationale is that those ranges are logically independent blocks (such as a function) and the mismatch should be contained within such a block.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82203





More information about the llvm-commits mailing list