We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a70ba2 commit 1c772d7Copy full SHA for 1c772d7
llvm/include/llvm/Support/Compiler.h
@@ -198,7 +198,7 @@
198
#endif
199
#define LLVM_ABI_EXPORT __declspec(dllexport)
200
#elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
201
- defined(__MVS__)
+ defined(__MVS__) || defined(__CYGWIN__)
202
#define LLVM_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
203
#define LLVM_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
204
#define LLVM_EXPORT_TEMPLATE
0 commit comments