Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpal committed Jun 6, 2024
1 parent 379c299 commit 6f45397
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ if [ -f brillvm/rt.bc ]; then
fi

cd runtime
# Duplicate runtime.bc files can mess things up,
# so make sure we start from a clean slate.
cargo clean
cargo rustc --release -- --emit=llvm-bc
cp ./target/release/deps/runtime-*.bc ./rt.bc
cc -c rt.c -o rt.o
Expand Down

0 comments on commit 6f45397

Please sign in to comment.