Skip to content

Commit 651f895

Browse files
authored
Update sed command for pattern logging listener output
1 parent fbd3c05 commit 651f895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# implicitly enables`--mlir-disable-threading` which some tests are incompatible with.
7070
{ MLIR_GENERATE_PATTERN_CATALOG=1 bin/llvm-lit -j$(nproc) -v -a tools/mlir/test || true ; } \
7171
| grep '# | \[pattern-logging-listener' \
72-
| sed 's/# | \[pattern-logging-listener:[0-9]*\] PatternLoggingListener.cpp:[0-9]* //g' \
72+
| sed 's/# | \[pattern-logging-listener PatternLoggingListener.cpp:[0-9]* [0-9]*] //g' \
7373
| sort | uniq > $HOME/pattern_catalog.txt
7474
# back to mlir-www root
7575
cd ../..

0 commit comments

Comments
 (0)