[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:06 PDT 2025


================
@@ -67,7 +68,7 @@ class BPFunctionNode {
   /// The ID of this node
   IDT Id;
 
-  void dump(raw_ostream &OS) const;
+  LLVM_ABI void dump(raw_ostream &OS) const;
----------------
compnerd wrote:

hmm, this should be a debug only symbol, why does this need to be exported?

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


More information about the llvm-commits mailing list