Skip to content

Commit a562c41

Browse files
committed
fixup: fix filename
1 parent 712688e commit a562c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/UsersManual.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2488,7 +2488,7 @@ usual build cycle when using sample profilers for optimization:
24882488

24892489
.. code-block:: console
24902490
2491-
$ llvm-profgen --binary=./code --output=code.prof --perfscript=perf.data.script
2491+
$ llvm-profgen --binary=./code --output=code.prof --perfscript=code.perf.data.script
24922492
24932493
24942494
4. Build the code again using the collected profile. This step feeds

0 commit comments

Comments
 (0)