File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ lto = "off"
20
20
# This can be helpful for profiling at a small performance cost.
21
21
frame-pointers = true
22
22
# Build the llvm-bitcode-linker as it is required for running nvptx tests
23
- llvm-bitcode-linker = true
23
+ llvm-bitcode-linker = false
24
24
25
25
[llvm ]
26
26
# Having this set to true disrupts compiler development workflows for people who use `llvm.download-ci-llvm = true`
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ download-ci-llvm = false
17
17
channel = " nightly"
18
18
download-rustc = false
19
19
# Build the llvm-bitcode-linker as it is required for running nvptx tests
20
- llvm-bitcode-linker = true
20
+ llvm-bitcode-linker = false
21
21
22
22
[dist ]
23
23
# Use better compression when preparing tarballs.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ incremental = true
11
11
# Make the compiler and standard library faster to build, at the expense of a ~20% runtime slowdown.
12
12
lto = " off"
13
13
# Build the llvm-bitcode-linker as it is required for running nvptx tests
14
- llvm-bitcode-linker = true
14
+ llvm-bitcode-linker = false
15
15
16
16
[llvm ]
17
17
# Will download LLVM from CI if available on your platform.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ incremental = true
13
13
# setting) and the stage2 toolchain should therefore be used for these defaults.
14
14
download-rustc = " if-unchanged"
15
15
# Build the llvm-bitcode-linker as it is required for running nvptx tests
16
- llvm-bitcode-linker = true
16
+ llvm-bitcode-linker = false
17
17
18
18
[build ]
19
19
# Document with the in-tree rustdoc by default, since `download-rustc` makes it quick to compile.
You can’t perform that action at this time.
0 commit comments