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

David Tenty via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 1 11:20:20 PDT 2024


================
@@ -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


More information about the cfe-commits mailing list