Skip to content

Commit

Permalink
Merge cherrypicks of ['android-review.googlesource.com/3299976'] into…
Browse files Browse the repository at this point in the history
… 24Q4-release.

Change-Id: I809601a81b9c232f42bcc4292211212daeb002c2
  • Loading branch information
Android Build Coastguard Worker committed Oct 30, 2024
2 parents 4678471 + 39fe194 commit 905305e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cc/sanitize.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 905305e

Please sign in to comment.