Skip to content

Commit f1f9106

Browse files
Script to show the --emit=llvm-bc bug
1 parent 21d2612 commit f1f9106

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

incr-test

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
3+
set -ex
4+
5+
cargo clean
6+
7+
for n in seq 0 10
8+
do
9+
cargo rustc -p header -- --emit=llvm-bc
10+
cargo rustc -p plugin -- --emit=llvm-bc
11+
done
12+
13+
echo "It worked!"

0 commit comments

Comments
 (0)