]> granicus.if.org Git - llvm/commitdiff
Fix typo from r362990 to fix Windows builds
authorTom Stellard <tstellar@redhat.com>
Mon, 10 Jun 2019 22:40:32 +0000 (22:40 +0000)
committerTom Stellard <tstellar@redhat.com>
Mon, 10 Jun 2019 22:40:32 +0000 (22:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362997 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/Compiler.h

index ddcb3d2b86023c5f51cef948a2576ac8b1bf5be3..e3bb6a1843db5c09be82e4f03b303c8271089a87 100644 (file)
 #define LLVM_EXTERNAL_VISIBILITY __attribute__ ((visibility("default")))
 #else
 #define LLVM_LIBRARY_VISIBILITY
-#define LLVM_EXTERNAL_VISIBLITY
+#define LLVM_EXTERNAL_VISIBILITY
 #endif
 
 #if defined(__GNUC__)