Skip to content

Commit a238f3d

Browse files
[SYCL] Disable clang-offload-bundler-standardize.c after #9631 (#10240)
This test fails in post-commit. Issue: #10238
1 parent 3dd16f6 commit a238f3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang/test/Driver/clang-offload-bundler-standardize.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// REQUIRES: x86-registered-target
2-
// UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}
2+
// TODO: remove system-linux when https://github.com/intel/llvm/issues/10238 is
3+
// addressed
4+
// UNSUPPORTED: target={{.*}}-darwin{{.*}}, target={{.*}}-aix{{.*}}, system-linux
35

46
// Generate the file we can bundle.
57
// RUN: %clang -O0 -target %itanium_abi_triple %s -c -o %t.o

0 commit comments

Comments
 (0)