[PATCH] D150536: [Docs][llvm-exegesis] Specify platform support for different modes

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 14 23:21:54 PDT 2023


courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.


================
Comment at: llvm/tools/llvm-exegesis/README.md:16
 
-Currently, `llvm-exegesis` only supports Linux. This is mainly due to a
-dependency on the Linux perf subsystem for reading performance counters.
+Currently, `llvm-exegesis` capture mode only supports Linux. This is mainly
+due to a dependency on the Linux perf subsystem for reading performance
----------------
missing one


================
Comment at: llvm/tools/llvm-exegesis/README.md:32
 
-Note that not all functionality is guaranteed to work on all architectures.
+Note that not all capture mode functionality is guaranteed to work on all
+platforms.
----------------
missing one


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150536



More information about the llvm-commits mailing list