Merge "Use -target-feature for MTE" into main am: d72360f84b
am: 2b466505fa
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3264014 Change-Id: Ieb7bb98facef92035d264103f3540386f5e04f2c Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -79,7 +79,7 @@ var (
|
|||||||
|
|
||||||
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
|
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
|
||||||
"-fno-sanitize-recover=integer,undefined"}
|
"-fno-sanitize-recover=integer,undefined"}
|
||||||
memtagStackCommonFlags = []string{"-march=armv8-a+memtag"}
|
memtagStackCommonFlags = []string{"-Xclang -target-feature -Xclang +mte"}
|
||||||
memtagStackLlvmFlags = []string{"-dom-tree-reachability-max-bbs-to-explore=128"}
|
memtagStackLlvmFlags = []string{"-dom-tree-reachability-max-bbs-to-explore=128"}
|
||||||
|
|
||||||
hostOnlySanitizeFlags = []string{"-fno-sanitize-recover=all"}
|
hostOnlySanitizeFlags = []string{"-fno-sanitize-recover=all"}
|
||||||
|
Reference in New Issue
Block a user