File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,14 @@ full-bootstrap = true
35
35
local-rebuild = true
36
36
37
37
[rust]
38
+ download-rustc = false
38
39
codegen-backends = ["cranelift"]
39
40
deny-warnings = false
40
41
verbose-tests = false
41
42
# The cg_clif sysroot doesn't contain llvm tools and unless llvm_tools is
42
43
# disabled bootstrap will crash trying to copy llvm tools for the bootstrap
43
44
# compiler.
44
- llvm_tools = false
45
+ llvm-tools = false
45
46
46
47
EOF
47
48
popd
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ rm tests/ui/asm/x86_64/issue-96797.rs # const and sym inline asm operands don't
57
57
rm tests/ui/asm/x86_64/goto.rs # inline asm labels not supported
58
58
rm tests/ui/simd/simd-bitmask-notpow2.rs # non-pow-of-2 simd vector sizes
59
59
rm -r tests/run-make/embed-source-dwarf # embedding sources in debuginfo
60
+ rm tests/ui/simd-abi-checks.rs # vector types >128bits not yet supported
60
61
61
62
# requires LTO
62
63
rm -r tests/run-make/cdylib
You can’t perform that action at this time.
0 commit comments