Merge "Use new pass manager for HWASan builds." am: 35fc86c9cf
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1802330 Change-Id: Ieaef02fc55baa0fd76c79659192a29fde5876d73
This commit is contained in:
@@ -41,7 +41,6 @@ var (
|
|||||||
|
|
||||||
hwasanCflags = []string{"-fno-omit-frame-pointer", "-Wno-frame-larger-than=",
|
hwasanCflags = []string{"-fno-omit-frame-pointer", "-Wno-frame-larger-than=",
|
||||||
"-fsanitize-hwaddress-abi=platform",
|
"-fsanitize-hwaddress-abi=platform",
|
||||||
"-fno-experimental-new-pass-manager",
|
|
||||||
// The following improves debug location information
|
// The following improves debug location information
|
||||||
// availability at the cost of its accuracy. It increases
|
// availability at the cost of its accuracy. It increases
|
||||||
// the likelihood of a stack variable's frame offset
|
// the likelihood of a stack variable's frame offset
|
||||||
|
Reference in New Issue
Block a user