[llvm] [llvm] annotate interfaces in llvm/Support for DLL export (PR #136014)
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 16 15:38:07 PDT 2025
================
@@ -119,9 +120,9 @@ class DebugCounter {
}
// Dump or print the current counter set into llvm::dbgs().
- LLVM_DUMP_METHOD void dump() const;
+ LLVM_ABI LLVM_DUMP_METHOD void dump() const;
----------------
compnerd wrote:
Again, this is a debug utility, why does this need to be exposed?
https://github.com/llvm/llvm-project/pull/136014
More information about the llvm-commits
mailing list