Skip to content

Commit 4c1e218

Browse files
committed
remove clang_dxc from semahlsl testing
1 parent 7ae5845 commit 4c1e218

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/test/CodeGenDirectX/unsupported_intrinsic.hlsl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: directx-registered-target
2-
// RUN: not %clang_dxc -T lib_6_3 %s 2>&1 | FileCheck %s
2+
// RUN: not %clang_cc1 -triple dxilv1.3-unknown-shadermodel6.3-library \
3+
// RUN: -finclude-default-header -S -o - %s 2>&1 | FileCheck %s
34

45
// CHECK: error: Unsupported intrinsic llvm.vector.reduce.and.v4i32 for DXIL lowering
56

0 commit comments

Comments
 (0)