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 cf2678b commit c493bbfCopy full SHA for c493bbf
clang/include/clang/Support/Compiler.h
@@ -50,7 +50,7 @@
50
#define CLANG_EXPORT_TEMPLATE
51
#endif
52
#elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
53
- defined(__MVS__)
+ defined(__MVS__) || defined(__CYGWIN__)
54
#define CLANG_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
55
#define CLANG_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
56
0 commit comments