Revert "Reenable the new pass manager in hwasan builds."
This reverts commit 259eaab3b3
.
Reason for revert: breaks hwasan + gcov
Bug: 135298400
Change-Id: Ie8574753f9237a55ad1618783bd5150ffb646015
This commit is contained in:
parent
259eaab3b3
commit
96fa3dd0af
|
@ -38,6 +38,8 @@ var (
|
|||
asanLdflags = []string{"-Wl,-u,__asan_preinit"}
|
||||
|
||||
hwasanCflags = []string{"-fno-omit-frame-pointer", "-Wno-frame-larger-than=",
|
||||
"-fsanitize-hwaddress-abi=platform",
|
||||
"-fno-experimental-new-pass-manager",
|
||||
// The following improves debug location information
|
||||
// availability at the cost of its accuracy. It increases
|
||||
// the likelihood of a stack variable's frame offset
|
||||
|
|
Loading…
Reference in New Issue