Merge pull request #10071 from heitbaum/rust

rust: fix aarch64 build against llvm-20.1
This commit is contained in:
Christian Hewitt 2025-05-18 15:33:56 +04:00 committed by GitHub
commit 229d91b0c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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