Skip to content

Commit

Permalink
Move computation of decorated names out of the create_dll_import_lib …
Browse files Browse the repository at this point in the history
…method
  • Loading branch information
bjorn3 committed Jul 30, 2024
1 parent 161d247 commit 37da264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
&self,
sess: &Session,
_lib_name: &str,
_dll_imports: &[rustc_session::cstore::DllImport],
_import_name_and_ordinal_vector: Vec<(String, Option<u16>)>,
_output_path: &Path,
) {
sess.dcx().fatal("raw-dylib is not yet supported by rustc_codegen_cranelift");
Expand Down

0 comments on commit 37da264

Please sign in to comment.