[llvm-branch-commits] [clang] [clang] Introduce CallGraphSection option (PR #117037)
Prabhu Rajasekaran via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Apr 22 21:11:14 PDT 2025
================
@@ -0,0 +1,251 @@
+==================
+Call Graph Section
+==================
+
+Introduction
+============
+
+With ``-fcall-graph-section``, the compiler will create a call graph section
+in the object file. It will include type identifiers for indirect calls and
+targets. This information can be used to map indirect calls to their receivers
+with matching types. A complete and high-precision call graph can be
----------------
Prabhuk wrote:
The documentation changes are moved out of this patch to #119468
https://github.com/llvm/llvm-project/pull/117037
More information about the llvm-branch-commits
mailing list