Skip to content

Commit 2d90ed5

Browse files
author
Muiez
committed
clang format
1 parent dca5899 commit 2d90ed5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

clang/include/clang/Support/Compiler.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
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

llvm/include/llvm/Support/Compiler.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@
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

0 commit comments

Comments
 (0)