Move pgo rules to afdo
Test: presubmit Change-Id: Ic590208e2163e7703c3493dbe435cbe2ac7cce33
This commit is contained in:
@@ -164,16 +164,9 @@ cc_library_shared {
|
|||||||
whole_static_libs: ["libc++_static"],
|
whole_static_libs: ["libc++_static"],
|
||||||
stl: "none",
|
stl: "none",
|
||||||
|
|
||||||
pgo: {
|
afdo: true,
|
||||||
sampling: true,
|
|
||||||
},
|
|
||||||
|
|
||||||
target: {
|
target: {
|
||||||
android: {
|
|
||||||
pgo: {
|
|
||||||
profile_file: "libc++/libc++.profdata",
|
|
||||||
},
|
|
||||||
},
|
|
||||||
darwin: {
|
darwin: {
|
||||||
unexported_symbols_list: "lib/libc++unexp.exp",
|
unexported_symbols_list: "lib/libc++unexp.exp",
|
||||||
force_symbols_not_weak_list: "lib/notweak.exp",
|
force_symbols_not_weak_list: "lib/notweak.exp",
|
||||||
|
|||||||
Reference in New Issue
Block a user