Skip to content

Commit f981d86

Browse files
authored
XFAIL clang/Driver/test/compress.c on AIX (#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. ``` /home/jenkinsWorker/jenkins/workspace/LLVM-Release/release-testing-prototype/llvm/clang18.1.2-final/final/llvm-project/clang/test/Driver/compress.c:19:18: error: CHECK-OPT_GZ: expected string not found in input // CHECK-OPT_GZ: "--compress-debug-sections=zlib" ```
1 parent bc55364 commit f981d86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/Driver/compress.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// XFAIL: system-aix
2+
13
// REQUIRES: zlib
24

35
// RUN: %clang -### -fintegrated-as -Wa,-compress-debug-sections -c %s 2>&1 | FileCheck -check-prefix CHECK-_COMPRESS_DEBUG_SECTIONS %s

0 commit comments

Comments
 (0)