[llvm-branch-commits] [clang] [clang] Introduce CallGraphSection option (PR #117037)

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 21 12:46:55 PDT 2025


================
@@ -467,6 +467,7 @@ static bool initTargetOptions(const CompilerInstance &CI,
   Options.StackUsageOutput = CodeGenOpts.StackUsageOutput;
   Options.EmitAddrsig = CodeGenOpts.Addrsig;
   Options.ForceDwarfFrameSection = CodeGenOpts.ForceDwarfFrameSection;
+  Options.EmitCallGraphSection = CodeGenOpts.CallGraphSection;
----------------
arsenm wrote:

TargetOptions :(

https://github.com/llvm/llvm-project/pull/117037


More information about the llvm-branch-commits mailing list