[PATCH] D115981: [InstrProf] Mark counters as used in debug correlation mode

Kyungwoo Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 17 18:49:30 PST 2021


kyulee added a comment.

My understanding is that the counter symbol is referenced by a text/code. So it's naturally retained as long as the function is kept.
Is there any specific case this needs to be explicitly used?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115981/new/

https://reviews.llvm.org/D115981



More information about the llvm-commits mailing list