[PATCH] D113648: Respect pgoff and rely on it for all types of binaries

Pavel Kosov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 13 00:10:11 PST 2021


kpdev42 added inline comments.


================
Comment at: lnt/testing/profile/cPerf.cpp:572
+
+  auto DSOPC = RawPC - Maps[MapID].Start + Maps[MapID].PgOff;  
   assert(EventIDs.count(EventID));
----------------
thopre wrote:
> Is PgOff 0 for ET_EXEC objects?
Thank you for the question, I've updated a patch, please review


Repository:
  rLNT LNT

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

https://reviews.llvm.org/D113648



More information about the llvm-commits mailing list