Displaying 1 result from an estimated 1 matches for "7lqpftkp".
2020 Apr 28
2
Android kernel PGO with LLVM
Hello,
I'm working on Android kernel profile-guided optimization to figure out
whether pgo can improve the performance of Android kernel. I have tried
to added '-fprofile-generate' option to build Android kernel(msm-4.19).
But error occurs during building: "undefined reference to
'__llvm_profile_instrument_target'".
I have tried to add