Add Cygwin C++ header search path.

llvm-svn: 106108
This commit is contained in:
Douglas Gregor
2010-06-16 16:24:51 +00:00
parent 4a30307840
commit f56055aee3

View File

@@ -545,6 +545,8 @@ AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple) {
System, true, false, false);
AddPath("/lib/gcc/i686-pc-cygwin/3.4.4/include/c++",
System, true, false, false);
AddPath("/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/i686-pc-cygwin",
System, true, false, false);
break;
case llvm::Triple::MinGW64:
// Try gcc 4.4.0