[PATCH] D89715: [CSSPGO][llvm-profgen]Instruction symbolization

Wei Mi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 18 15:32:13 PST 2020


wmi accepted this revision.
wmi added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/tools/llvm-profgen/ProfiledBinary.cpp:289
+FrameLocationStack ProfiledBinary::symbolize(const InstructionPointer &IP) {
+  assert(this == IP.Binary);
+  auto Addr = object::SectionedAddress{IP.Offset + PreferredBaseAddress,
----------------
Add some message for the assert(this == IP.Binary && "...");


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89715



More information about the llvm-commits mailing list