[PATCH] D114565: [InstrProf] Attach debug info to counters
Kyungwoo Lee via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Dec 5 11:47:17 PST 2021
kyulee added inline comments.
================
Comment at: compiler-rt/lib/profile/InstrProfilingWriter.c:299
+ if (DebugInfoCorrelate) {
+ ProfDataIOVec IOVecData[] = {
----------------
Should it be down after `__llvm_write_binary_ids` below although it doesn't do anything in general?
I saw D114566 seems to parse this to compute the other addresses.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114565/new/
https://reviews.llvm.org/D114565
More information about the cfe-commits
mailing list