forked from OSchip/llvm-project
Fixed typo causing tests to fail on non-MSVC machines.
llvm-svn: 163077
This commit is contained in:
parent
344e9f61de
commit
2898134f15
|
@ -350,7 +350,7 @@ std::vector<std::string> clang::driver::GetWindowsSystemIncludeDirs() {
|
|||
};
|
||||
|
||||
for (unsigned i = 0; i < sizeof(FallbackPaths) / sizeof(FallbackPaths[0]); ++i)
|
||||
Paths.push_back(Paths[i]);
|
||||
Paths.push_back(FallbackPaths[i]);
|
||||
|
||||
return Paths;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue