[llvm] [llvm][test] Fix filecheck annotation typos [1.5/n] (PR #94857)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 05:03:06 PST 2025
s-barannikov wrote:
> Rebased, failing `llvm/test/TableGen/MixedCasedMnemonic.td`, looks like actual output changed from last time.
>
> Need suggestions how to fix it or simply throw away fix for that test for now.
You can execute the test without piping its output to FileCheck to get the actual output, then copy the relevant piece of it into the test and add check lines.
The actual run line should be in the log, look for something like "running at line" (don't remember exact spelling, but should be easy to figure out).
You can execute this single test like the following:
```
<path/to/build>/bin/llvm-lit -vs <path/to/source>/llvm/test/TableGen/MixedCasedMnemonics.td
```
https://github.com/llvm/llvm-project/pull/94857
More information about the llvm-commits
mailing list