[llvm] Refactoring changes to support emitting call graph section (PR #83176)
Paul Kirth via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 14:22:42 PST 2024
================
@@ -3369,7 +3369,7 @@ MipsTargetLowering::LowerCall(TargetLowering::CallLoweringInfo &CLI,
// Collect CSInfo about which register passes which parameter.
const TargetOptions &Options = DAG.getTarget().Options;
- if (Options.SupportsDebugEntryValues)
+ if (Options.EmitCallSiteInfo && Options.SupportsDebugEntryValues)
----------------
ilovepi wrote:
Does this not affect any tests?
https://github.com/llvm/llvm-project/pull/83176
More information about the llvm-commits
mailing list