ndk icon indicating copy to clipboard operation
ndk copied to clipboard

[FR] add orderfile creation script to the NDK

Open DanAlbert opened this issue 2 years ago • 1 comments

Description

Order files require some processing before they're consumed by lld (why? could we just upstream whatever the script is doing into lld?): https://android.googlesource.com/toolchain/pgo-profiles/+/refs/heads/main/scripts/create_orderfile.py. We should include that script in the NDK.

DanAlbert avatar Aug 03 '23 16:08 DanAlbert

yeah, that's a good idea. if lld could incorporate these features, it'll make working with orderfile a lot easier. Currently there is no standard way to generate orderfile. the instrumentation based approach we are working on is just one of the ways.

appujee avatar Aug 03 '23 20:08 appujee