From e0fccd9cf8f9c9c348bdb19ce503ced5e7aef0ef Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 10 Jun 2019 22:40:32 +0000 Subject: [PATCH] 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 --- include/llvm/Support/Compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/Compiler.h b/include/llvm/Support/Compiler.h index ddcb3d2b860..e3bb6a1843d 100644 --- a/include/llvm/Support/Compiler.h +++ b/include/llvm/Support/Compiler.h @@ -110,7 +110,7 @@ #define LLVM_EXTERNAL_VISIBILITY __attribute__ ((visibility("default"))) #else #define LLVM_LIBRARY_VISIBILITY -#define LLVM_EXTERNAL_VISIBLITY +#define LLVM_EXTERNAL_VISIBILITY #endif #if defined(__GNUC__) -- 2.50.1