Skip to content

Commit 3b53161

Browse files
joaosaffran-zzjoaosaffran
authored andcommitted
adding file check
1 parent b0b2deb commit 3b53161

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

clang/test/CodeGenHLSL/debug/rwbuffer_debug_info.hlsl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// RUN: %clang --driver-mode=dxc -Zi -Fc out.s -T cs_6_3 -O0 %s
1+
// RUN: %clang --driver-mode=dxc -Zi -Fc - -T cs_6_3 -O0 %s | FileCheck %s
2+
3+
// CHECK: #dbg_declare(ptr [[ThisReg:%this\..*]], [[ThisMd:![0-9]+]],
4+
// CHECK-DAG: [[ThisMd]] = !DILocalVariable(name: "this", arg: 1, scope: !{{[0-9]+}}, type: ![[type:[0-9]+]], flags: DIFlagArtificial | DIFlagObjectPointer)
25

36
RWBuffer<float4> Out : register(u7, space4);
47

0 commit comments

Comments
 (0)