File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
build_system/build_sysroot Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ resolver = "2"
6
6
7
7
[dependencies ]
8
8
core = { path = " ./sysroot_src/library/core" }
9
- compiler_builtins = " 0.1"
10
9
alloc = { path = " ./sysroot_src/library/alloc" }
11
10
std = { path = " ./sysroot_src/library/std" , features = [" panic_unwind" , " backtrace" ] }
12
11
test = { path = " ./sysroot_src/library/test" }
@@ -16,6 +15,7 @@ proc_macro = { path = "./sysroot_src/library/proc_macro" }
16
15
rustc-std-workspace-core = { path = " ./sysroot_src/library/rustc-std-workspace-core" }
17
16
rustc-std-workspace-alloc = { path = " ./sysroot_src/library/rustc-std-workspace-alloc" }
18
17
rustc-std-workspace-std = { path = " ./sysroot_src/library/rustc-std-workspace-std" }
18
+ compiler_builtins = { path = " ./sysroot_src/library/compiler-builtins/compiler-builtins" }
19
19
20
20
# For compiler-builtins we always use a high number of codegen units.
21
21
# The goal here is to place every single intrinsic into its own object
You can’t perform that action at this time.
0 commit comments