[compiler-rt] [llvm] [AIX] PGO codegen changes for function-sections. (PR #139761)
Wael Yehia via llvm-commits
llvm-commits at lists.llvm.org
Tue May 13 16:17:22 PDT 2025
================
@@ -2458,6 +2458,25 @@ MCSection *TargetLoweringObjectFileXCOFF::getExplicitSectionGlobal(
else
report_fatal_error("XCOFF other section types not yet implemented.");
+ // The profiling instrumentation symbols are special in that we want to
+ // emit a unique CSECT for each when function sections are enabeld, which
----------------
w2yehia wrote:
enabled
https://github.com/llvm/llvm-project/pull/139761
More information about the llvm-commits
mailing list