[clang] [llvm] Update llvm::Registry to work for LLVM shared library builds on windows (PR #109024)
Thomas Fransham via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 18 11:32:44 PDT 2024
================
@@ -189,19 +190,23 @@
#define LLVM_TEMPLATE_ABI __declspec(dllimport)
#define LLVM_EXPORT_TEMPLATE
#endif
+#define LLVM_ABI_EXPORT __declspec(dllexport)
----------------
fsfod wrote:
Its macro I mentioned earlier initial explanation about being used in Clang and LLVM, it should never be used for things that could be references.
https://github.com/llvm/llvm-project/pull/109024
More information about the cfe-commits
mailing list