From 51d88162e483e51a36e366a76f6e0575ca0e050b Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 8 Jan 2019 21:05:34 +0000 Subject: [PATCH] Don't write #include "Windows/WindowsSupport.h" from the Windows dir. This generates -Wnonportable-include-dir warnings, and doesn't need to be there. It seems this was just checked in on accident. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350655 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/Windows/Threading.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/Windows/Threading.inc b/lib/Support/Windows/Threading.inc index decb48887af..0bd92f66c6b 100644 --- a/lib/Support/Windows/Threading.inc +++ b/lib/Support/Windows/Threading.inc @@ -14,7 +14,7 @@ #include "llvm/ADT/SmallString.h" #include "llvm/ADT/Twine.h" -#include "Windows/WindowsSupport.h" +#include "WindowsSupport.h" #include // Windows will at times define MemoryFence. -- 2.50.1