Skip to content

Commit 8564cd6

Browse files
committed
Fix LLVM IR adjustments
1 parent 4ad8e01 commit 8564cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
cp $file $input
7575
perl -i -p0e 's/(^define.*?$).*?^}/$1\nstart:\n unreachable\n}/gms' $input
76-
perl -i -p0e 's/(^define( [^ ]+)*) range\(.*?\)/$1/gm' $input
76+
perl -i -p0e 's/(^define( [^ \n]+)*) range\(.*?\)/$1/gm' $input
7777
7878
clang-18 $input -Wno-override-module -c -o coverage-output/$(basename $input .ll).o
7979
done

0 commit comments

Comments
 (0)