[llvm] [DebugCounter] Add -print-debug-counter-queries option (PR #162827)

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 10 10:25:22 PDT 2025


================
@@ -178,6 +178,7 @@ class DebugCounter {
     std::string Desc;
     SmallVector<Chunk> Chunks;
   };
+  LLVM_ABI bool handleCounterIncrement(CounterInfo &Info);
----------------
fmayer wrote:

does this need to be ABI? This doesn't seem to be used inline

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


More information about the llvm-commits mailing list