Skip to content

Commit 37da264

Browse files
committed
Move computation of decorated names out of the create_dll_import_lib method
1 parent 161d247 commit 37da264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/archive.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
1616
&self,
1717
sess: &Session,
1818
_lib_name: &str,
19-
_dll_imports: &[rustc_session::cstore::DllImport],
19+
_import_name_and_ordinal_vector: Vec<(String, Option<u16>)>,
2020
_output_path: &Path,
2121
) {
2222
sess.dcx().fatal("raw-dylib is not yet supported by rustc_codegen_cranelift");

0 commit comments

Comments
 (0)