Set llvm-filecheck binary path into rustc config
This commit is contained in:
parent
94a4a4c350
commit
549fbe8ecb
3
test.sh
3
test.sh
@ -222,6 +222,9 @@ deny-warnings = false
|
||||
cargo = "$(which cargo)"
|
||||
local-rebuild = true
|
||||
rustc = "$HOME/.rustup/toolchains/$rust_toolchain-$TARGET_TRIPLE/bin/rustc"
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
llvm-filecheck = "`which FileCheck-10 || which FileCheck-11 || which FileCheck-12 || which FileCheck-13 || which FileCheck-14`"
|
||||
EOF
|
||||
|
||||
rustc -V | cut -d' ' -f3 | tr -d '('
|
||||
|
Loading…
x
Reference in New Issue
Block a user