Move computation of decorated names out of the create_dll_import_lib method
This commit is contained in:
parent
161d2476d5
commit
37da264107
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue