Skip to content
This repository was archived by the owner on Jan 6, 2020. It is now read-only.

Commit 016364e

Browse files
committed
Use patched version denzp/rustc-llvm-proxy#12
1 parent 512d97b commit 016364e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ dirs = "1.0"
2121
failure = "0.1"
2222
log = "0.4"
2323
structopt = "0.2"
24-
llvm-sys = "60"
24+
llvm-sys = { version = "80", features = ["no-llvm-linking"] }
2525
colored = "1"
26+
rustc-llvm-proxy = { git = "http://github.com/termoshtt/rustc-llvm-proxy", branch = "fix_create_proxy_macro" }
2627

2728
[package.metadata.nvptx]
2829
runtime = ["core"]

0 commit comments

Comments
 (0)