Add support for Arm64EC to the Standard Library
This commit is contained in:
@@ -415,6 +415,7 @@ impl<'a> LlvmArchiveBuilder<'a> {
|
||||
members.as_ptr() as *const &_,
|
||||
true,
|
||||
kind,
|
||||
self.sess.target.arch == "arm64ec",
|
||||
);
|
||||
let ret = if r.into_result().is_err() {
|
||||
let err = llvm::LLVMRustGetLastError();
|
||||
|
||||
@@ -2303,6 +2303,7 @@ extern "C" {
|
||||
Members: *const &RustArchiveMember<'_>,
|
||||
WriteSymbtab: bool,
|
||||
Kind: ArchiveKind,
|
||||
isEC: bool,
|
||||
) -> LLVMRustResult;
|
||||
pub fn LLVMRustArchiveMemberNew<'a>(
|
||||
Filename: *const c_char,
|
||||
|
||||
Reference in New Issue
Block a user