Update to ar_archive_writer 0.5.1

This commit is contained in:
Daniel Paoliello
2025-08-21 11:40:45 -07:00
parent db3fd4708c
commit da8f230d5f
6 changed files with 74 additions and 50 deletions

View File

@@ -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);
}