about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2022-10-12 14:44:01 -0700
committerDaniel Paoliello <danpao@microsoft.com>2022-10-24 16:17:38 -0700
commit3a1ef50b34d3c88ddc423411be4521499cf9def5 (patch)
tree500e040e6418f1c56392f670488b50f4d295ec98 /compiler/rustc_codegen_gcc
parent758f19645b8ebce61ea52d1f6672fd057bc8dbee (diff)
downloadrust-3a1ef50b34d3c88ddc423411be4521499cf9def5.tar.gz
rust-3a1ef50b34d3c88ddc423411be4521499cf9def5.zip
Support raw-dylib functions being used inside inlined functions
Diffstat (limited to 'compiler/rustc_codegen_gcc')
-rw-r--r--compiler/rustc_codegen_gcc/src/archive.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_gcc/src/archive.rs b/compiler/rustc_codegen_gcc/src/archive.rs
index ac0342f6b80..f18ae7ea5e9 100644
--- a/compiler/rustc_codegen_gcc/src/archive.rs
+++ b/compiler/rustc_codegen_gcc/src/archive.rs
@@ -47,6 +47,7 @@ impl ArchiveBuilderBuilder for ArArchiveBuilderBuilder {
         _lib_name: &str,
         _dll_imports: &[DllImport],
         _tmpdir: &Path,
+        _is_direct_dependency: bool,
     ) -> PathBuf {
         unimplemented!();
     }