forked from OSchip/llvm-project
Driver: UnknownHostInfo was always returning 0.
llvm-svn: 67150
This commit is contained in:
parent
2608c548b5
commit
6965c2b113
|
@ -175,7 +175,7 @@ ToolChain *UnknownHostInfo::getToolChain(const ArgList &Args,
|
|||
getPlatformName().c_str(),
|
||||
getOSName().c_str());
|
||||
|
||||
return 0;
|
||||
return TC;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue