llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang-driver

Author: Ian Anderson (ian-twilightcoder)

<details>
<summary>Changes</summary>

Driver/clang-offload-bundler-multi-compress.c isn't supported on Darwin, but 
neglected to list the macosx target.

---
Full diff: https://github.com/llvm/llvm-project/pull/204026.diff


1 Files Affected:

- (modified) clang/test/Driver/clang-offload-bundler-multi-compress.c (+1-1) 


``````````diff
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

``````````

</details>


https://github.com/llvm/llvm-project/pull/204026
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to