From 88b94eac7c3e7376c8fa34a74ec3df7b18470cc9 Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Thu, 7 Apr 2022 23:54:28 +0800 Subject: [PATCH] Move PGO profiles to its own subdir This separates out AFDO profiles from PGO profiles. Test: presubmit Change-Id: I2c0b710199cae31773bd6c3b29a0ca7a4e338b47 --- cc/pgo.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cc/pgo.go b/cc/pgo.go index aa0feaef9..0632c15c9 100644 --- a/cc/pgo.go +++ b/cc/pgo.go @@ -32,8 +32,8 @@ var ( } globalPgoProfileProjects = []string{ - "toolchain/pgo-profiles", - "vendor/google_data/pgo_profile", + "toolchain/pgo-profiles/pgo", + "vendor/google_data/pgo_profile/pgo", } )