Merge "Add ARMv9.2-A support for Rust." into main am: 877a59e2eb
am: f18d9c2abe
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3272516 Change-Id: I24e91c407ad2cc2c856f35d24c304bb6dc01855b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
committed by
Automerger Merge Worker
commit
ca9aa38b45
@@ -35,8 +35,13 @@ var (
|
|||||||
},
|
},
|
||||||
"armv8-2a": []string{},
|
"armv8-2a": []string{},
|
||||||
"armv8-2a-dotprod": []string{},
|
"armv8-2a-dotprod": []string{},
|
||||||
"armv9-a": []string{
|
|
||||||
// branch-protection=bti,pac-ret is equivalent to Clang's mbranch-protection=standard
|
// branch-protection=bti,pac-ret is equivalent to Clang's mbranch-protection=standard
|
||||||
|
"armv9-a": []string{
|
||||||
|
"-Z branch-protection=bti,pac-ret",
|
||||||
|
"-Z stack-protector=none",
|
||||||
|
},
|
||||||
|
"armv9-2a": []string{
|
||||||
"-Z branch-protection=bti,pac-ret",
|
"-Z branch-protection=bti,pac-ret",
|
||||||
"-Z stack-protector=none",
|
"-Z stack-protector=none",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user