[llvm] [llvm] annotate interfaces in llvm/Analysis for DLL export (PR #136623)
Vassil Vassilev via llvm-commits
llvm-commits at lists.llvm.org
Wed May 21 21:32:58 PDT 2025
================
@@ -956,7 +956,7 @@ class AAManager : public AnalysisInfoMixin<AAManager> {
private:
friend AnalysisInfoMixin<AAManager>;
- static AnalysisKey Key;
+ LLVM_ABI static AnalysisKey Key;
----------------
vgvassilev wrote:
The visitor does not visit the implicit template instantiation by default iirc.
https://github.com/llvm/llvm-project/pull/136623
More information about the llvm-commits
mailing list