Skip to content

Commit e0fccd9

Browse files
committed
Fix typo from r362990 to fix Windows builds
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362997 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent f9ab36c commit e0fccd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/Support/Compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
#define LLVM_EXTERNAL_VISIBILITY __attribute__ ((visibility("default")))
111111
#else
112112
#define LLVM_LIBRARY_VISIBILITY
113-
#define LLVM_EXTERNAL_VISIBLITY
113+
#define LLVM_EXTERNAL_VISIBILITY
114114
#endif
115115

116116
#if defined(__GNUC__)

0 commit comments

Comments
 (0)