[llvm] [profcheck] Don't verify generated global ctors/dtors (PR #170597)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 4 10:20:59 PST 2025


================
@@ -189,11 +195,39 @@ PreservedAnalyses ProfileInjectorPass::run(Function &F,
   return PreservedAnalyses::none();
 }
 
+PreservedAnalyses ProfileVerifierPass::run(Module &M,
+                                           ModuleAnalysisManager &MAM) {
+  auto PopulateIgnoreList = [&](StringRef GVName) {
----------------
mtrofin wrote:

It's only used here right now, not seeing much of a value either way.

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


More information about the llvm-commits mailing list