================
@@ -241,6 +246,7 @@ MipsTargetInfo::getTargetBuiltins() const {
unsigned MipsTargetInfo::getUnwindWordWidth() const {
return llvm::StringSwitch<unsigned>(ABI)
.Case("o32", 32)
+ .Case("o64", 32)
----------------
yingopq wrote:
Does it need to add test in file `clang/test/Sema/attr-mode.c`?
https://github.com/llvm/llvm-project/pull/223990
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits