Author: Ian Anderson Date: 2026-06-17T11:45:00-07:00 New Revision: 02d6e17313f7b2f89d08fe90a58ec7ac1936d69d
URL: https://github.com/llvm/llvm-project/commit/02d6e17313f7b2f89d08fe90a58ec7ac1936d69d DIFF: https://github.com/llvm/llvm-project/commit/02d6e17313f7b2f89d08fe90a58ec7ac1936d69d.diff LOG: [clang][test][darwin] Driver/clang-offload-bundler-multi-compress.c fails on macOS (#204026) Driver/clang-offload-bundler-multi-compress.c isn't supported on Darwin, but neglected to list the macosx target. Added: Modified: clang/test/Driver/clang-offload-bundler-multi-compress.c Removed: ################################################################################ diff --git a/clang/test/Driver/clang-offload-bundler-multi-compress.c b/clang/test/Driver/clang-offload-bundler-multi-compress.c index 859d3e5773e6b..fce5698d8aaf0 100644 --- a/clang/test/Driver/clang-offload-bundler-multi-compress.c +++ b/clang/test/Driver/clang-offload-bundler-multi-compress.c @@ -1,6 +1,6 @@ // REQUIRES: x86-registered-target // REQUIRES: zlib || zstd -// UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}, target={{.*}}-zos{{.*}} +// UNSUPPORTED: target={{.*}}-macosx{{.*}}, target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}, target={{.*}}-zos{{.*}} // Tests that clang-offload-bundler --list correctly enumerates all bundle IDs // from multiple concatenated compressed (CCOB) fat binary blobs stored in the _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
