[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
Mon Oct 25 02:26:06 PDT 2021


slydiman added inline comments.


================
Comment at: lnt/testing/profile/cPerf.cpp:394
     }
-    return output.size();
+    return (int)output.size();
   }
----------------
thopre wrote:
> Why is that needed? Is it just to fix a warning?
Right. size() returns size_t.


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