forked from OSchip/llvm-project
Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp.
llvm-svn: 138940
This commit is contained in:
parent
bfb8e2fe6e
commit
ecc25a2812
|
@ -1489,7 +1489,7 @@ static std::string findGCCBaseLibDir(const std::string &GccTriple) {
|
|||
}
|
||||
static const char* GccVersions[] = {"4.6.1", "4.6.0", "4.6",
|
||||
"4.5.3", "4.5.2", "4.5.1", "4.5",
|
||||
"4.4.5", "4.4.4", "4.4.3", "4.4",
|
||||
"4.4.6", "4.4.5", "4.4.4", "4.4.3", "4.4",
|
||||
"4.3.4", "4.3.3", "4.3.2", "4.3",
|
||||
"4.2.4", "4.2.3", "4.2.2", "4.2.1",
|
||||
"4.2", "4.1.1"};
|
||||
|
|
Loading…
Reference in New Issue