[clang] [llvm] [clang][docs] Update doc and release note for probe instrumentation (PR #162606)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 9 09:53:41 PDT 2025
================
@@ -2780,6 +2780,25 @@ usual build cycle when using sample profilers for optimization:
/clang:-fdebug-info-for-profiling /clang:-funique-internal-linkage-names ^
code.cc /Fe:code /fuse-ld=lld /link /debug:dwarf
+ [OPTIONAL] Pseudo instrumentation can be used as the anchor for accurate
+ profile mapping with the ``-fpseudo-probe-for-profiling`` option.
----------------
MaskRay wrote:
Mention the relation with -fdebug-info-for-profiling
https://github.com/llvm/llvm-project/pull/162606
More information about the cfe-commits
mailing list