We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd3c05 commit 651f895Copy full SHA for 651f895
.github/workflows/main.yml
@@ -69,7 +69,7 @@ jobs:
69
# implicitly enables`--mlir-disable-threading` which some tests are incompatible with.
70
{ MLIR_GENERATE_PATTERN_CATALOG=1 bin/llvm-lit -j$(nproc) -v -a tools/mlir/test || true ; } \
71
| grep '# | \[pattern-logging-listener' \
72
- | sed 's/# | \[pattern-logging-listener:[0-9]*\] PatternLoggingListener.cpp:[0-9]* //g' \
+ | sed 's/# | \[pattern-logging-listener PatternLoggingListener.cpp:[0-9]* [0-9]*] //g' \
73
| sort | uniq > $HOME/pattern_catalog.txt
74
# back to mlir-www root
75
cd ../..
0 commit comments