Skip to content

Commit 16fad5a

Browse files
committed
Revert "[Cygwin] Define LLVM_ABI for Cygwin (llvm#143222)"
Flang Merge CI rejects changes to llvm/Support/Compiler.h because precompiled headers aren't rebuilt when their dependencies change. This reverts commit 60d0004.
1 parent 07fa6d1 commit 16fad5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Support/Compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
#define LLVM_ABI_FRIEND LLVM_ABI
210210
#define LLVM_ABI_EXPORT __declspec(dllexport)
211211
#elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
212-
defined(__MVS__) || defined(__CYGWIN__)
212+
defined(__MVS__)
213213
#define LLVM_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
214214
#define LLVM_ABI_FRIEND
215215
#define LLVM_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT

0 commit comments

Comments
 (0)