Merge pull request #815 from egaburov/master

fix for cpuFromIsa
This commit is contained in:
Dmitry Babokin
2014-07-08 15:40:33 +04:00

View File

@@ -274,7 +274,7 @@ Target::Target(const char *arch, const char *cpu, const char *isa, bool pic) :
this->m_arch = arch;
}
const char * cpuFromIsa;
const char * cpuFromIsa = "";
// Check default LLVM generated targets
if (!strcasecmp(isa, "sse2") ||