Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat-Lafon committed Jan 22, 2024
1 parent 3c5caa1 commit 1e76fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions bril-rs/brillvm/.cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ rustflags = [
[target.x86_64-unknown-linux-gnu]
rustflags = [
"-C", "link-arg=-nostdlib"
]

[build]
target = "x86_64-unknown-linux-gnu"
]
2 changes: 1 addition & 1 deletion bril-rs/brillvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clean:

.PHONY: rt
rt:
cargo rustc --verbose --bin rt --release -- --emit=llvm-bc && mv target/release/deps/rt-*.bc rt.bc
cargo rustc --bin rt --release -- --emit=llvm-bc && mv target/release/deps/rt-*.bc rt.bc

example:
# bril2json < ../../benchmarks/mem/sieve.bril | cargo run -- -i 100
Expand Down

0 comments on commit 1e76fc1

Please sign in to comment.