forked from OSchip/llvm-project
parent
1eae12cc9f
commit
aa9e24133f
|
@ -188,7 +188,7 @@ bool UnknownHostInfo::useDriverDriver() const {
|
|||
ToolChain *UnknownHostInfo::CreateToolChain(const ArgList &Args,
|
||||
const char *ArchName) const {
|
||||
assert(!ArchName &&
|
||||
"Unexpected arch name on platform without driver driver support.");
|
||||
"Unexpected arch name on platform without driver support.");
|
||||
|
||||
// Automatically handle some instances of -m32/-m64 we know about.
|
||||
std::string Arch = getArchName();
|
||||
|
|
Loading…
Reference in New Issue