Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d72360f8 authored by Florian Mayer's avatar Florian Mayer Committed by Gerrit Code Review
Browse files

Merge "Use -target-feature for MTE" into main

parents 37842ac3 94d296d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"}