Author: azhan92 Date: 2024-04-18T10:16:32-04:00 New Revision: f981d860029411febac9200762dca47c1ef1af22
URL: https://github.com/llvm/llvm-project/commit/f981d860029411febac9200762dca47c1ef1af22 DIFF: https://github.com/llvm/llvm-project/commit/f981d860029411febac9200762dca47c1ef1af22.diff LOG: 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" ``` Added: Modified: clang/test/Driver/compress.c Removed: ################################################################################ diff --git a/clang/test/Driver/compress.c b/clang/test/Driver/compress.c index 073bbe2afc8b95..7d30f1eae49346 100644 --- a/clang/test/Driver/compress.c +++ b/clang/test/Driver/compress.c @@ -1,3 +1,5 @@ +// XFAIL: system-aix + // REQUIRES: zlib // RUN: %clang -### -fintegrated-as -Wa,-compress-debug-sections -c %s 2>&1 | FileCheck -check-prefix CHECK-_COMPRESS_DEBUG_SECTIONS %s _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits