about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2025-08-21 11:40:45 -0700
committerDaniel Paoliello <danpao@microsoft.com>2025-08-29 16:37:42 -0700
commitda8f230d5f87a9a6113ed7774eec7f20268cf240 (patch)
treef965290c351719c6c187fb788f3d7f50e9044e13 /compiler/rustc_codegen_llvm/src/llvm
parentdb3fd4708c3916bbc59b81ff7d3f6e19d11820c7 (diff)
downloadrust-da8f230d5f87a9a6113ed7774eec7f20268cf240.tar.gz
rust-da8f230d5f87a9a6113ed7774eec7f20268cf240.zip
Update to ar_archive_writer 0.5.1
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index ba590851dbd..b66fc157b3c 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -2686,6 +2686,8 @@ unsafe extern "C" {
 
     pub(crate) fn LLVMRustIsECObject(buf_ptr: *const u8, buf_len: usize) -> bool;
 
+    pub(crate) fn LLVMRustIsAnyArm64Coff(buf_ptr: *const u8, buf_len: usize) -> bool;
+
     pub(crate) fn LLVMRustSetNoSanitizeAddress(Global: &Value);
     pub(crate) fn LLVMRustSetNoSanitizeHWAddress(Global: &Value);
 }