Merge "Move linker from sampling PGO to AFDO pipeline" am: fb946fd873
am: 92897479bb
Original change: https://android-review.googlesource.com/c/platform/bionic/+/1959003 Change-Id: I28ae67646e700fbed0b21d784ca0f4d6d4372bf2
This commit is contained in:
commit
4a1f39412c
1 changed files with 1 additions and 23 deletions
|
@ -369,31 +369,9 @@ cc_binary {
|
|||
"liblinker_debuggerd_stub",
|
||||
],
|
||||
},
|
||||
android_arm64: {
|
||||
pgo: {
|
||||
profile_file: "bionic/linker_arm_arm64.profdata",
|
||||
},
|
||||
},
|
||||
android_arm: {
|
||||
pgo: {
|
||||
profile_file: "bionic/linker_arm_arm64.profdata",
|
||||
},
|
||||
},
|
||||
android_x86_64: {
|
||||
pgo: {
|
||||
profile_file: "bionic/linker_x86_x86_64.profdata",
|
||||
},
|
||||
},
|
||||
android_x86: {
|
||||
pgo: {
|
||||
profile_file: "bionic/linker_x86_x86_64.profdata",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
pgo: {
|
||||
sampling: true,
|
||||
},
|
||||
afdo: true,
|
||||
}
|
||||
|
||||
// ========================================================
|
||||
|
|
Loading…
Reference in a new issue