forked from OSchip/llvm-project
parent
2e30b459ec
commit
5e7483a4c1
|
@ -655,7 +655,7 @@ bool TargetCXXABI::tryParse(llvm::StringRef name) {
|
|||
.Case("ios", iOS)
|
||||
.Case("itanium", GenericItanium)
|
||||
.Case("microsoft", Microsoft)
|
||||
.Case("arm", GenericMIPS)
|
||||
.Case("mips", GenericMIPS)
|
||||
.Default(unknown);
|
||||
if (kind == unknown) return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue