File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // REQUIRES: dxil -registered-target
1
+ // REQUIRES: directx -registered-target
2
2
3
3
// Supported targets
4
4
//
43
43
// RUN: not %clang -target amdgcn %s -S -o /dev/null 2>&1 | FileCheck --check-prefix=CHECK-BAD-TARGET %s
44
44
45
45
// CHECK-VALID-NOT: error:
46
- // CHECK-NO-OS: error: shader model is required in target '{{.*}}' for HLSL code generation
46
+ // CHECK-NO-OS: error: shader model is required as OS in target '{{.*}}' for HLSL code generation
47
47
// CHECK-BAD-OS: error: shader model '{{.*}}' in target '{{.*}}' is invalid for HLSL code generation
48
- // CHECK-NO-ENV: error: shader stage is required in target '{{.*}}' for HLSL code generation
48
+ // CHECK-NO-ENV: error: shader stage is required as environment in target '{{.*}}' for HLSL code generation
49
49
// CHECK-BAD-ENV: error: shader stage '{{.*}}' in target '{{.*}}' is invalid for HLSL code generation
50
50
// CHECK-BAD-TARGET: error: HLSL code generation is unsupported for target '{{.*}}'
51
51
You can’t perform that action at this time.
0 commit comments