[clang] [Cygwin] Cygwin driver (PR #74933)

Brad Smith via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 9 22:04:56 PST 2023


=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng,=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng,
=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng,=?utf-8?b?5b6Q5oyB5oGS?= Xu Chiheng
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/74933 at github.com>


================
@@ -310,10 +291,7 @@ bool InitHeaderSearch::ShouldAddDefaultIncludePaths(
     return false;
 
   case llvm::Triple::Win32:
-    if (triple.getEnvironment() != llvm::Triple::Cygnus ||
-        triple.isOSBinFormatMachO())
-      return false;
-    break;
----------------
brad0 wrote:

Add Win32 to the list just above this.

https://github.com/llvm/llvm-project/pull/74933


More information about the cfe-commits mailing list