[llvm] [llvm] annotate interfaces in llvm/Analysis for DLL export (PR #136623)
Andrew Rogers via llvm-commits
llvm-commits at lists.llvm.org
Tue May 27 10:20:22 PDT 2025
================
@@ -956,7 +956,7 @@ class AAManager : public AnalysisInfoMixin<AAManager> {
private:
friend AnalysisInfoMixin<AAManager>;
- static AnalysisKey Key;
+ LLVM_ABI static AnalysisKey Key;
----------------
andrurogerz wrote:
I'm going to continue to manually annotate `AnalysisKey" fields since there isn't a good generic way to fix the issue in IDS.
https://github.com/llvm/llvm-project/pull/136623
More information about the llvm-commits
mailing list