This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGac719d7c9ae6: [InstrProf] Don't profile merge by
default in lightweight mode (authored by ellis).
Repository:
rG LLVM Github Monorepo
CHANGES SIN
ellis updated this revision to Diff 395481.
ellis added a comment.
Expand warning message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115979/new/
https://reviews.llvm.org/D115979
Files:
clang/lib/CodeGen/BackendUtil.cpp
compiler-rt/lib/profi
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
ellis created this revision.
Herald added a subscriber: ormris.
ellis added reviewers: kyulee, MaskRay, alanphipps.
ellis published this revision for review.
Herald added projects: clang, Sanitizers.
Herald added subscribers: Sanitizers, cfe-commits.
Profile merging is not supported when using deb