commit | 88b94eac7c3e7376c8fa34a74ec3df7b18470cc9 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Thu Apr 07 23:54:28 2022 +0800 |
committer | Yi Kong <yikong@google.com> | Thu Apr 07 23:54:28 2022 +0800 |
tree | a155ee0edb1055f80db0c650ba61faa3fa3a2271 | |
parent | 2c3999050b7bc68a77c2415a8258fb786371bdd6 [diff] |
Move PGO profiles to its own subdir This separates out AFDO profiles from PGO profiles. Test: presubmit Change-Id: I2c0b710199cae31773bd6c3b29a0ca7a4e338b47
diff --git a/cc/pgo.go b/cc/pgo.go index aa0feae..0632c15 100644 --- a/cc/pgo.go +++ b/cc/pgo.go
@@ -32,8 +32,8 @@ } globalPgoProfileProjects = []string{ - "toolchain/pgo-profiles", - "vendor/google_data/pgo_profile", + "toolchain/pgo-profiles/pgo", + "vendor/google_data/pgo_profile/pgo", } )