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 = [
34273427name = " rustc_codegen_llvm"
34283428version = " 0.0.0"
34293429dependencies = [
3430- " ar_archive_writer" ,
34313430 " bitflags 2.5.0" ,
34323431 " itertools" ,
34333432 " libc" ,
Original file line number Diff line number Diff line change 1212#![ warn( unused_lifetimes) ]
1313// tidy-alphabetical-end
1414
15- extern crate ar_archive_writer;
1615extern crate jobserver;
1716#[ macro_use]
1817extern crate rustc_middle;
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ test = false
88
99[dependencies ]
1010# tidy-alphabetical-start
11- ar_archive_writer = " 0.4.0"
1211bitflags = " 2.4.1"
1312itertools = " 0.12"
1413libc = " 0.2"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ pub trait ArchiveBuilderBuilder {
108108 & exports,
109109 machine,
110110 !sess. target . is_like_msvc ,
111- true ,
111+ /*comdat=*/ true ,
112112 ) {
113113 sess. dcx ( )
114114 . emit_fatal ( ErrorCreatingImportLibrary { lib_name, error : error. to_string ( ) } ) ;
You can’t perform that action at this time.
0 commit comments