Skip to content

Commit 00b2058

Browse files
committed
[Clang][Cygwin] Fix symbol visibility definition
1 parent e3efa73 commit 00b2058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Support/Compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define CLANG_EXPORT_TEMPLATE
5151
#endif
5252
#elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
53-
defined(__MVS__)
53+
defined(__MVS__) || defined(__CYGWIN__)
5454
#define CLANG_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5555
#define CLANG_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5656
#define CLANG_EXPORT_TEMPLATE

0 commit comments

Comments
 (0)