================
@@ -332,7 +333,7 @@ ARMTargetInfo::ARMTargetInfo(const llvm::Triple &Triple,
default:
if (IsNetBSD)
setABI("apcs-gnu");
- else if (IsFreeBSD || IsOpenBSD || IsHaiku || IsOHOS)
+ else if (IsFreeBSD || IsFuchsia || IsOpenBSD || IsHaiku || IsOHOS)
----------------
frobtech wrote:
It's especially notable if not only the glibc-based Linux configurations, but
musl, android, etc. are also still doing `-fshort-enum` / `aapcs-linux` then
there is no question that Fuchsia wants to follow them all. If e.g. Android
differed from `-gnueabihf` on this then we might consider whether to align with
one or the other.
https://github.com/llvm/llvm-project/pull/163848
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits