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 9e46c42 commit ad82fd3Copy full SHA for ad82fd3
llvm/include/llvm/Support/Compiler.h
@@ -209,7 +209,7 @@
209
#define LLVM_ABI_FRIEND LLVM_ABI
210
#define LLVM_ABI_EXPORT __declspec(dllexport)
211
#elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
212
- defined(__MVS__)
+ defined(__MVS__) || defined(__CYGWIN__)
213
#define LLVM_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
214
#define LLVM_ABI_FRIEND
215
#define LLVM_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
0 commit comments