FileCheck.py icon indicating copy to clipboard operation
FileCheck.py copied to clipboard

Documentation: How-to of using LIT with multiline RUN statements

Open stanislaw opened this issue 5 years ago • 0 comments

As asked and then checked by @AlexDenisov , it works like this:

RUN: %foo \
RUN:  bar \
RUN:  buzz | %FileCheck %s --match-full-lines

There might be a good place in the docs to cover questions like this one.

stanislaw avatar Apr 07 '20 14:04 stanislaw