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

Commit c746619f authored by Florian Mayer's avatar Florian Mayer
Browse files

[hwasan] Increase BB to explore for reachability

We pass mcpu=cortex-a55 for our build, which increases BB to the point
where the LLVM default of 32 is not enough. This caused worse coverage
for use-after-scope detection, and increased stack usage.

Test: build oriole_hwasan
Bug: 229654778
Change-Id: I6ddb47d7224a9c6ddbf2641c043e3430d330c5a9
parent a998446d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ var (
		"--aarch64-enable-global-isel-at-O=-1",
		"-fast-isel=false",
		"-hwasan-use-after-scope=1",
		"-dom-tree-reachability-max-bbs-to-explore=128",
	}

	cfiBlocklistPath     = "external/compiler-rt/lib/cfi"