about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-03-08 07:09:40 +0000
committerbors <bors@rust-lang.org>2024-03-08 07:09:40 +0000
commit4db028f44995266895ae9e75b0a0726cc690ef7c (patch)
tree9da59f255a8a2d5451877c60b9b4d48ab5328542 /compiler/rustc_codegen_llvm/src/llvm/ffi.rs
parent305d2b0f5c7e8081ab21f78e2d53ed8f84aebecd (diff)
parentfcd2efeb1180162091ce8f79087b2cbd56ea0b76 (diff)
downloadrust-4db028f44995266895ae9e75b0a0726cc690ef7c.tar.gz
rust-4db028f44995266895ae9e75b0a0726cc690ef7c.zip
Auto merge of #3365 - rust-lang:rustup-2024-03-08, r=RalfJung
Automatic Rustup
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm/ffi.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm/ffi.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
index 952f41fbd90..3a34ef0874e 100644
--- a/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm/ffi.rs
@@ -56,6 +56,7 @@ pub enum LLVMMachineType {
     AMD64 = 0x8664,
     I386 = 0x14c,
     ARM64 = 0xaa64,
+    ARM64EC = 0xa641,
     ARM = 0x01c0,
 }