https://github.com/daltenty closed
https://github.com/llvm/llvm-project/pull/87269
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
azhan92 wrote:
@MaskRay, thanks, so would it be better for me to change the XFAIL to
UNSUPPORTED in this case?
https://github.com/llvm/llvm-project/pull/87269
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mail
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/87269
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
MaskRay wrote:
Thanks for the information. `CHECK-OPT_GZ` is shared by two RUN lines. The
failure is due to `-x assembler`.
```
clang '-###' -c --target=powerpc64-ibm-aix -fintegrated-as -gz -x assembler
compress.c # warning: argument unused during compilation: '-gz'
[-Wunused-command-line-ar
azhan92 wrote:
> Can you edit the description to state which command fails on AIX?
>
> These tests all contain `-###` to stop after clangDriver completes. And
> `clang --target=powerpc-ibm-aix -fintegrated-as -Wa,-compress-debug-sections
> -c a.c '-###'` seems to work for me.
>
> We have othe
https://github.com/azhan92 edited
https://github.com/llvm/llvm-project/pull/87269
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
MaskRay wrote:
Can you edit the description to state which command fails on AIX?
These tests all contain `-###` to stop after clangDriver completes. And `clang
--target=powerpc-ibm-aix -fintegrated-as -Wa,-compress-debug-sections -c a.c
'-###'` seems to work for me.
https://github.com/llvm/ll
@@ -1,5 +1,9 @@
+// XFAIL: system-aix
+
// REQUIRES: zlib
+// XFAIL: target={{.*}}-aix{{.*}}
alisonzhang4 wrote:
That seems correct, I've removed `// XFAIL: target={{.*}}-aix{{.*}}`
https://github.com/llvm/llvm-project/pull/87269
_