================ @@ -0,0 +1,3 @@ +// RUN: not %clang -msoft-float --target=s390x-unknown-zos 2>&1 %s | FileCheck %s ---------------- zibi2 wrote:
```suggestion // RUN: not %clang -msoft-float --target=s390x-none-zos 2>&1 %s | FileCheck %s ``` https://github.com/llvm/llvm-project/pull/204209 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
