Merge "[cc/sanitize] Re-enable new pass manager for fuzzer targets" am: e813a4a023
am: 9498b39594
Original change: https://android-review.googlesource.com/c/platform/build/+/1908951 Change-Id: I976e98dad4b31b96705d3bcf237a52bdc425206f
This commit is contained in:
@@ -299,9 +299,6 @@ ifneq ($(filter fuzzer,$(my_sanitize)),)
|
||||
my_sanitize := $(filter-out cfi,$(my_sanitize))
|
||||
my_cflags += -fno-lto
|
||||
my_ldflags += -fno-lto
|
||||
|
||||
# TODO(b/133876586): Disable experimental pass manager for fuzzer builds.
|
||||
my_cflags += -fno-experimental-new-pass-manager
|
||||
endif
|
||||
|
||||
ifneq ($(filter integer_overflow,$(my_sanitize)),)
|
||||
|
Reference in New Issue
Block a user