================
@@ -1,4 +1,10 @@
-extern int fn(int a, int b) {
+#ifdef _WIN32
+#define EXPORT __declspec(dllexport)
+#else
+#define EXPORT extern
+#endif
----------------
dzhidzhoev wrote:

Please use `LLDB_DYLIB_EXPORT`/`LLDB_DYLIB_IMPORT`

https://github.com/llvm/llvm-project/pull/184647
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to