Revert "[hwasan] remove workaround for fixed toolchain issue"
This reverts commit 07ca220182
.
Reason for revert: b/293532332 - bionic unit tests failing
Change-Id: I11412df55d7131ff0bb36dee7258b75a12024100
This commit is contained in:
parent
07ca220182
commit
e72ee14006
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ 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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue