Skip to content

Commit 310b46c

Browse files
committed
fixup! Document limitations with SamplePGO
1 parent 6946e24 commit 310b46c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

llvm/docs/FatLTO.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ responsible for emitting the ``.llvm.lto`` section. Afterwards, the
5858
Limitations
5959
===========
6060

61+
Sample-Based PGO
62+
----------------
63+
64+
If FatLTO is used together with SamplePGO (as opposed to normal
65+
instrumentation-based PGO), some profile-based optimizations will only be
66+
applied when linking with LTO.
67+
6168
Linkers
6269
-------
6370

0 commit comments

Comments
 (0)