File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed
rustc_codegen_cranelift/src
rustc_codegen_ssa/src/back Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3427,7 +3427,6 @@ dependencies = [
3427
3427
name = " rustc_codegen_llvm"
3428
3428
version = " 0.0.0"
3429
3429
dependencies = [
3430
- " ar_archive_writer" ,
3431
3430
" bitflags 2.5.0" ,
3432
3431
" itertools" ,
3433
3432
" libc" ,
Original file line number Diff line number Diff line change 12
12
#![ warn( unused_lifetimes) ]
13
13
// tidy-alphabetical-end
14
14
15
- extern crate ar_archive_writer;
16
15
extern crate jobserver;
17
16
#[ macro_use]
18
17
extern crate rustc_middle;
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ test = false
8
8
9
9
[dependencies ]
10
10
# tidy-alphabetical-start
11
- ar_archive_writer = " 0.4.0"
12
11
bitflags = " 2.4.1"
13
12
itertools = " 0.12"
14
13
libc = " 0.2"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ pub trait ArchiveBuilderBuilder {
108
108
& exports,
109
109
machine,
110
110
!sess. target . is_like_msvc ,
111
- true ,
111
+ /*comdat=*/ true ,
112
112
) {
113
113
sess. dcx ( )
114
114
. emit_fatal ( ErrorCreatingImportLibrary { lib_name, error : error. to_string ( ) } ) ;
You can’t perform that action at this time.
0 commit comments