[PATCH] D112411: [LNT] Updated cPerf to read the section Attributes (support Simpleperf)
Dmitry Vassiliev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 17 02:28:10 PST 2021
slydiman 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();
----------------
thopre wrote:
>
BTW, why the test build is disabled? How to enable it again?
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