commit | 8c81305c80f74fcce3e8be8edbef8fb8919dd574 | [log] [tgz] |
---|---|---|
author | Alix Espino <agespino@google.com> | Mon Apr 11 19:16:28 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Apr 11 19:16:28 2022 +0000 |
tree | 10b700e3590cdcdaa3d10f8162180a354a84c037 | |
parent | 26ef058655ed983c3eba7232dece6cb87460bd33 [diff] | |
parent | 40216ae88b833aa94e65968f5a17b7b92e05032d [diff] |
Merge "moved comment to describe Afdo bool"
diff --git a/cc/afdo.go b/cc/afdo.go index c888213..66e9732 100644 --- a/cc/afdo.go +++ b/cc/afdo.go
@@ -45,6 +45,8 @@ } type AfdoProperties struct { + // Afdo allows developers self-service enroll for + // automatic feedback-directed optimization using profile data. Afdo bool AfdoTarget *string `blueprint:"mutated"`