Merge "[HWASan] Disable GlobalISel/FastISel w/ HWASan." into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
13b85a4792
@@ -48,6 +48,10 @@ var (
|
||||
// higher number of "optimized out" stack variables.
|
||||
// b/112437883.
|
||||
"-mllvm", "-instcombine-lower-dbg-declare=0",
|
||||
// TODO(b/159343917): HWASan and GlobalISel don't play nicely, and
|
||||
// GlobalISel is the default at -O0 on aarch64.
|
||||
"-mllvm", "--aarch64-enable-global-isel-at-O=-1",
|
||||
"-mllvm", "-fast-isel=false",
|
||||
}
|
||||
|
||||
cfiCflags = []string{"-flto", "-fsanitize-cfi-cross-dso",
|
||||
|
Reference in New Issue
Block a user