From 3a25405acc398460b2ae6e2a6d246dc2e6880c34 Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Fri, 14 Jun 2019 09:54:23 -0700 Subject: [PATCH] Remove redundant -fexperimental-new-pass-manager This is now turned on by default (cc/config/clang.go). Test: N/A Change-Id: I61bcf2049448b4200ca303ebcad555cc24a43c18 --- cc/pgo.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cc/pgo.go b/cc/pgo.go index 7334ea266..4e915fffe 100644 --- a/cc/pgo.go +++ b/cc/pgo.go @@ -27,10 +27,9 @@ import ( var ( // Add flags to ignore warnings that profiles are old or missing for - // some functions, and turn on the experimental new pass manager. + // some functions. profileUseOtherFlags = []string{ "-Wno-backend-plugin", - "-fexperimental-new-pass-manager", } globalPgoProfileProjects = []string{