Skip to content

Commit

Permalink
Script to show the --emit=llvm-bc bug
Browse files Browse the repository at this point in the history
  • Loading branch information
purpleposeidon committed Sep 10, 2021
1 parent 21d2612 commit f1f9106
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions incr-test
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh

set -ex

cargo clean

for n in seq 0 10
do
cargo rustc -p header -- --emit=llvm-bc
cargo rustc -p plugin -- --emit=llvm-bc
done

echo "It worked!"

0 comments on commit f1f9106

Please sign in to comment.