We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a4a4c commit 549fbe8Copy full SHA for 549fbe8
test.sh
@@ -222,6 +222,9 @@ deny-warnings = false
222
cargo = "$(which cargo)"
223
local-rebuild = true
224
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`"
228
EOF
229
230
rustc -V | cut -d' ' -f3 | tr -d '('
0 commit comments