[PATCH] D124663: LNT: Only use text segment when isSO

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 02:27:44 PDT 2022


tschuett added inline comments.


================
Comment at: lnt/testing/profile/cPerf.cpp:535
+    if (M->isSO)
+      {
+        uint64_t segmentStart = fetchExecSegment (M);
----------------
This not LLVM style. Move the first bracket up to the if statement.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124663



More information about the llvm-commits mailing list