llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: None (azhan92)

<details>
<summary>Changes</summary>

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/87269.diff


1 Files Affected:

- (modified) clang/test/Driver/compress.c (+4) 


``````````diff
diff --git a/clang/test/Driver/compress.c b/clang/test/Driver/compress.c
index 073bbe2afc8b95..51134352c5d2fb 100644
--- a/clang/test/Driver/compress.c
+++ b/clang/test/Driver/compress.c
@@ -1,5 +1,9 @@
+// XFAIL: system-aix
+
 // REQUIRES: zlib
 
+; XFAIL: target={{.*}}-aix{{.*}}
+
 // RUN: %clang -### -fintegrated-as -Wa,-compress-debug-sections -c %s 2>&1 | 
FileCheck -check-prefix CHECK-_COMPRESS_DEBUG_SECTIONS %s
 // CHECK-_COMPRESS_DEBUG_SECTIONS: "-compress-debug-sections"
 

``````````

</details>


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

Reply via email to