Move pgo rules to afdo am: df8cb36848 am: 4d6015ea46 am: bc6206f417
Original change: https://android-review.googlesource.com/c/platform/external/libcxx/+/1936029 Change-Id: I9f8554fbaf337dad83afa84b6a7bb24ce36b8f0b
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