[llvm] [llvm] annotate interfaces in llvm-c for DLL export (PR #141701)
Saleem Abdulrasool via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 9 15:19:22 PDT 2025
================
@@ -334,7 +334,7 @@ LLVM_C_ABI extern void LLVMRemarkParserDispose(LLVMRemarkParserRef Parser);
*
* \since REMARKS_API_VERSION=0
*/
-LLVM_C_ABI extern uint32_t LLVMRemarkVersion(void);
+extern uint32_t LLVMRemarkVersion(void);
----------------
compnerd wrote:
I think that this should remain part of the ABI.
https://github.com/llvm/llvm-project/pull/141701
More information about the llvm-commits
mailing list