File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
clang/include/clang/Support
llvm/include/llvm/Support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949#define CLANG_TEMPLATE_ABI __declspec (dllimport)
5050#define CLANG_EXPORT_TEMPLATE
5151#endif
52- #elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX)
52+ #elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || defined(__MVS__)
5353#define CLANG_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5454#define CLANG_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5555#define CLANG_EXPORT_TEMPLATE
Original file line number Diff line number Diff line change 197197#define LLVM_EXPORT_TEMPLATE
198198#endif
199199#define LLVM_ABI_EXPORT __declspec (dllexport)
200- #elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX)
200+ #elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || defined(__MVS__)
201201#define LLVM_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
202202#define LLVM_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
203203#define LLVM_EXPORT_TEMPLATE
You can’t perform that action at this time.
0 commit comments