================ @@ -189,19 +190,23 @@ #define LLVM_TEMPLATE_ABI __declspec(dllimport) #define LLVM_EXPORT_TEMPLATE #endif +#define LLVM_ABI_EXPORT __declspec(dllexport) ---------------- compnerd wrote:
Why is this being added? I'm weary of any macro that is always export only because the value needs to switch between the definition and reference. https://github.com/llvm/llvm-project/pull/109024 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits