Revert^2 "Use -target-feature for MTE"

This reverts commit b77d695fa1.

Reason for revert: RBE workaround landed

Change-Id: I7cb9367cb6591030d91b4fd82ca4a2fa3380805a
This commit is contained in:
Evgenii Stepanov
2024-10-07 23:14:13 +00:00
committed by Gerrit Code Review
parent b77d695fa1
commit 0feac37f1f

View File

@@ -79,7 +79,7 @@ var (
minimalRuntimeFlags = []string{"-fsanitize-minimal-runtime", "-fno-sanitize-trap=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"}
hostOnlySanitizeFlags = []string{"-fno-sanitize-recover=all"}