Add support for Arm64EC to the Standard Library
This commit is contained in:
parent
99d0186b1d
commit
32f5ca4be7
12 changed files with 72 additions and 46 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue