[clang] [llvm] Update documentation and release notes for llvm-profgen COFF support (PR #84864)
Tim Creech via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 12 08:04:08 PDT 2024
================
@@ -2454,7 +2481,14 @@ usual build cycle when using sample profilers for optimization:
.. code-block:: console
- $ llvm-profgen --binary=./code --output=code.prof--perfdata=perf.data
+ $ llvm-profgen --binary=./code --output=code.prof --perfdata=perf.data
+
+ When using SEP the output is in the textual format corresponding to
+ ``llvm-profgen --perfscript``. For example:
+
+ .. code-block:: console
+
+ $ llvm-profgen --binary=./code --output=code.prof --perfscript=perf.data.script
----------------
tcreech-intel wrote:
Thanks. Fixed.
https://github.com/llvm/llvm-project/pull/84864
More information about the llvm-commits
mailing list