Merge "Reenable the new pass manager in hwasan builds."
This commit is contained in:
commit
910dc607b1
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ 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 a new issue