[PATCH] D112411: [LNT] Updated cPerf to read the section Attributes (support Simpleperf)

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 16 08:01:36 PST 2021


thopre added inline comments.


================
Comment at: lnt/testing/profile/cPerf.cpp:682
     if (!(E->prot & PROT_EXEC))
-      return &Buf[E->header.size];
+      return break;
     auto MapID = Maps.size();
----------------



Repository:
  rLNT LNT

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

https://reviews.llvm.org/D112411



More information about the llvm-commits mailing list