diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-25 20:02:56 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-07-30 10:30:09 +0000 |
| commit | bb764bd406fbfbbd24ac162a1c9d10d349b5e386 (patch) | |
| tree | 6bd60063b5ef6dcce0498daaea85be320ea47350 /compiler/rustc_codegen_llvm/src/back | |
| parent | ee89db9b172bf32bdf63bdcd841c4b3b8960ce0b (diff) | |
| download | rust-bb764bd406fbfbbd24ac162a1c9d10d349b5e386.tar.gz rust-bb764bd406fbfbbd24ac162a1c9d10d349b5e386.zip | |
Move is_mingw_gnu_toolchain and i686_decorated_name to cg_ssa
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/back')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/back/archive.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/back/archive.rs b/compiler/rustc_codegen_llvm/src/back/archive.rs index f8c767dea68..8ef9f8b855d 100644 --- a/compiler/rustc_codegen_llvm/src/back/archive.rs +++ b/compiler/rustc_codegen_llvm/src/back/archive.rs @@ -8,11 +8,11 @@ use rustc_codegen_ssa::back::archive::{ try_extract_macho_fat_archive, ArArchiveBuilder, ArchiveBuildFailure, ArchiveBuilder, ArchiveBuilderBuilder, ObjectReader, UnknownArchiveKind, DEFAULT_OBJECT_READER, }; +use rustc_codegen_ssa::common; use rustc_session::cstore::DllImport; use rustc_session::Session; use tracing::trace; -use crate::common; use crate::errors::{ DlltoolFailImportLibrary, ErrorCallingDllTool, ErrorCreatingImportLibrary, ErrorWritingDEFFile, }; |
