Skip to content

Commit 549fbe8

Browse files
Set llvm-filecheck binary path into rustc config
1 parent 94a4a4c commit 549fbe8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@ deny-warnings = false
222222
cargo = "$(which cargo)"
223223
local-rebuild = true
224224
rustc = "$HOME/.rustup/toolchains/$rust_toolchain-$TARGET_TRIPLE/bin/rustc"
225+
226+
[target.x86_64-unknown-linux-gnu]
227+
llvm-filecheck = "`which FileCheck-10 || which FileCheck-11 || which FileCheck-12 || which FileCheck-13 || which FileCheck-14`"
225228
EOF
226229

227230
rustc -V | cut -d' ' -f3 | tr -d '('

0 commit comments

Comments
 (0)