[PATCH] D115693: [Try2][InstrProf] Attach debug info to counters

Ellis Hoag via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 16 13:40:20 PST 2021


ellis updated this revision to Diff 394982.
ellis added a comment.

Use `std::string` instead of `Twine` to pass around the default raw profile name.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115693

Files:
  clang/lib/CodeGen/BackendUtil.cpp
  compiler-rt/include/profile/InstrProfData.inc
  compiler-rt/lib/profile/InstrProfiling.c
  compiler-rt/lib/profile/InstrProfilingMerge.c
  compiler-rt/lib/profile/InstrProfilingWriter.c
  llvm/include/llvm/ProfileData/InstrProf.h
  llvm/include/llvm/ProfileData/InstrProfData.inc
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/ProfileData/InstrProf.cpp
  llvm/lib/ProfileData/InstrProfWriter.cpp
  llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
  llvm/lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  llvm/test/Instrumentation/InstrProfiling/debug-info-correlate.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115693.394982.patch
Type: text/x-patch
Size: 22216 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211216/d11e7a38/attachment-0001.bin>


More information about the cfe-commits mailing list