Revert^3 "Use -target-feature for MTE"
This reverts commit 0feac37f1f
.
Reason for revert: reapplied to early
(cherry picked from https://android-review.googlesource.com/q/commit:159860c848a709cac23ec7d448c6dfa6bfd8781b)
Merged-In: I43bf9e11ad021dbad82f6d82163a97a3856e032d
Change-Id: I43bf9e11ad021dbad82f6d82163a97a3856e032d
This commit is contained in:
committed by
Android Build Coastguard Worker
parent
4678471bc2
commit
39fe1946c2
@@ -79,7 +79,7 @@ var (
|
||||
|
||||
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=integer,undefined",
|
||||
"-fno-sanitize-recover=integer,undefined"}
|
||||
memtagStackCommonFlags = []string{"-Xclang -target-feature -Xclang +mte"}
|
||||
memtagStackCommonFlags = []string{"-march=armv8-a+memtag"}
|
||||
memtagStackLlvmFlags = []string{"-dom-tree-reachability-max-bbs-to-explore=128"}
|
||||
|
||||
hostOnlySanitizeFlags = []string{"-fno-sanitize-recover=all"}
|
||||
|
Reference in New Issue
Block a user