[clang] XFAIL clang/Driver/compress.c on AIX (PR #87269)

2024-04-02 Thread via cfe-commits
https://github.com/azhan92 updated https://github.com/llvm/llvm-project/pull/87269 >From cae3e372cba764854ced4d09bc975ab9614dfad0 Mon Sep 17 00:00:00 2001 From: Alison Zhang Date: Mon, 1 Apr 2024 13:58:51 -0400 Subject: [PATCH 1/3] XFAIL Clang/Driver/compress.c --- clang/test/Driver/compress.

[clang] XFAIL clang/Driver/compress.c on AIX (PR #87269)

2024-04-01 Thread David Tenty via cfe-commits
https://github.com/daltenty 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

[clang] XFAIL clang/Driver/compress.c on AIX (PR #87269)

2024-04-01 Thread David Tenty via cfe-commits
@@ -1,5 +1,9 @@ +// XFAIL: system-aix + // REQUIRES: zlib +; XFAIL: target={{.*}}-aix{{.*}} daltenty wrote: You should use the C++ comment format here: ```suggestion // XFAIL: target={{.*}}-aix{{.*}} ``` https://github.com/llvm/llvm-project/pull/87269 ___

[clang] XFAIL clang/Driver/compress.c on AIX (PR #87269)

2024-04-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: None (azhan92) Changes This PR XFAIL's `clang/Driver/compress.c` on AIX since it requires the LLVM integrated assembler / assembly parser support, which is not available on AIX. --- Full diff: https://github.com/llvm/llvm-project/pull/87

[clang] XFAIL clang/Driver/compress.c on AIX (PR #87269)

2024-04-01 Thread via cfe-commits
https://github.com/azhan92 created https://github.com/llvm/llvm-project/pull/87269 This PR XFAIL's `clang/Driver/compress.c` on AIX since it requires the LLVM integrated assembler / assembly parser support, which is not available on AIX. >From cae3e372cba764854ced4d09bc975ab9614dfad0 Mon Sep