File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
clang/include/clang/Support
llvm/include/llvm/Support Expand file tree Collapse file tree 2 files changed +4
-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) || defined(__MVS__)
52+ #elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
53+ defined (__MVS__)
5354#define CLANG_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5455#define CLANG_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
5556#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) || defined(__MVS__)
200+ #elif defined(__ELF__) || defined(__MINGW32__) || defined(_AIX) || \
201+ defined (__MVS__)
201202#define LLVM_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
202203#define LLVM_TEMPLATE_ABI LLVM_ATTRIBUTE_VISIBILITY_DEFAULT
203204#define LLVM_EXPORT_TEMPLATE
You can’t perform that action at this time.
0 commit comments