add x86_64 to be alias of x86-64
This commit is contained in:
@@ -2869,7 +2869,7 @@ lCreateDispatchFunction(llvm::Module *module, llvm::Function *setISAFunc,
|
||||
// ISA and sets __system_best_isa, if it hasn't been set yet.
|
||||
llvm::CallInst::Create(setISAFunc, "", bblock);
|
||||
|
||||
// Now we can load the system's ISA enuemrant
|
||||
// Now we can load the system's ISA enumerant
|
||||
llvm::Value *systemISA =
|
||||
new llvm::LoadInst(systemBestISAPtr, "system_isa", bblock);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user