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

Commit ad18b146 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[hwasan] remove workaround for fixed toolchain issue" into main

parents a706cc8c 07ca2201
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -56,10 +56,6 @@ var (
		// higher number of "optimized out" stack variables.
		// b/112437883.
		"-instcombine-lower-dbg-declare=0",
		// TODO(b/159343917): HWASan and GlobalISel don't play nicely, and
		// GlobalISel is the default at -O0 on aarch64.
		"--aarch64-enable-global-isel-at-O=-1",
		"-fast-isel=false",
		"-hwasan-use-after-scope=1",
		"-dom-tree-reachability-max-bbs-to-explore=128",
	}