[PATCH] D115979: [InstrProf] Don't profile merge by default in lightweight mode
Kyungwoo Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 18 19:13:31 PST 2021
kyulee added a comment.
For clarification, the lightweight pgo does not support merging raw data from memory (at runtime) due to missing structural data, but it does support merging raw files offline.
Would you update the comment or error message?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115979/new/
https://reviews.llvm.org/D115979
More information about the cfe-commits
mailing list