[clang] [SystemZ][zOS] disable _Float16 support on z/OS (PR #145532)
Ulrich Weigand via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 24 09:14:21 PDT 2025
================
@@ -76,6 +76,7 @@ class LLVM_LIBRARY_VISIBILITY SystemZTargetInfo : public TargetInfo {
MinGlobalAlign = 16;
HasUnalignedAccess = true;
if (Triple.isOSzOS()) {
+ HasFloat16 = false;
----------------
uweigand wrote:
Wouldn't this be the default anyway?
https://github.com/llvm/llvm-project/pull/145532
More information about the cfe-commits
mailing list