File tree Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Expand file tree Collapse file tree 5 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ DescriptorSets:
59
59
# DXC's vulkan support does not layout cbuffers compatibly with DXIL
60
60
# UNSUPPORTED: Vulkan
61
61
62
- # https://github.com/llvm/llvm-project/issues/110722
62
+ # https://github.com/llvm/llvm-project/issues/138996
63
63
# XFAIL: Clang
64
64
65
65
# RUN: split-file %s %t
Original file line number Diff line number Diff line change 1
- if ' Clang' in config.available_features:
1
+ if ' Clang-Vulkan ' in config.available_features:
2
2
config.unsupported = True
3
3
4
4
# CBuffer bindings seem to be broken under metal
Original file line number Diff line number Diff line change @@ -97,6 +97,10 @@ DescriptorSets:
97
97
# DXC's vulkan support does not layout cbuffers compatibly with DXIL
98
98
# UNSUPPORTED: Vulkan
99
99
100
+ +# Clang trips on 2-element vectors in structs:
101
+ +# https://github.com/llvm/llvm-project/issues/123968
102
+ +# XFAIL: Clang
103
+
100
104
# RUN: split-file %s %t
101
105
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
102
106
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ DescriptorSets:
63
63
# DXC's vulkan support does not layout cbuffers compatibly with DXIL
64
64
# UNSUPPORTED: Vulkan
65
65
66
+ # Clang trips on 3-element vectors in structs:
67
+ # https://github.com/llvm/llvm-project/issues/123968
68
+ # XFAIL: Clang
69
+
66
70
# RUN: split-file %s %t
67
71
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
68
72
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
Original file line number Diff line number Diff line change @@ -63,6 +63,10 @@ DescriptorSets:
63
63
# DXC's vulkan support does not layout cbuffers compatibly with DXIL
64
64
# UNSUPPORTED: Vulkan
65
65
66
+ # Clang trips on 3-element vectors in structs:
67
+ # https://github.com/llvm/llvm-project/issues/123968
68
+ # XFAIL: Clang
69
+
66
70
# RUN: split-file %s %t
67
71
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
68
72
# RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s
You can’t perform that action at this time.
0 commit comments