Skip to content

Commit 0171339

Browse files
Set llvm-filecheck binary path into rustc config
1 parent 1001a71 commit 0171339

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
@@ -224,6 +224,9 @@ deny-warnings = false
224224
cargo = "$(which cargo)"
225225
local-rebuild = true
226226
rustc = "$HOME/.rustup/toolchains/$rust_toolchain-$TARGET_TRIPLE/bin/rustc"
227+
228+
[target.x86_64-unknown-linux-gnu]
229+
llvm-filecheck = "`which FileCheck-10`"
227230
EOF
228231

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

0 commit comments

Comments
 (0)