Merge pull request #9427 from heitbaum/rust

rust: fix aarch64 build against llvm-19.1
This commit is contained in:
Christian Hewitt 2024-10-23 19:17:22 +04:00 committed by GitHub
commit 0e67d5cf2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"arch": "aarch64",
"crt-static-respected": true,
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
"data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32",
"dynamic-linking": true,
"env": "gnu",
"executables": true,