File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 22// RUN: %clang_dxc -T cs_6_0 -fcgl -rootsig-define EmptyRS %s | FileCheck %s --check-prefixes=CHECK,EMPTY
33// RUN: %clang_dxc -T cs_6_0 -fcgl -rootsig-define CmdRS -D CmdRS='"SRV(t0)"' %s | FileCheck %s --check-prefixes=CHECK,CMD
44
5+ // Equivalent clang checks:
6+ // RUN: %clang -target dxil-unknown-shadermodel6.0-compute -S -emit-llvm -o - %s \
7+ // RUN: | FileCheck %s --check-prefixes=CHECK,REG
8+
9+ // RUN: %clang -target dxil-unknown-shadermodel6.0-compute -S -emit-llvm -o - %s \
10+ // RUN: -fdx-rootsignature-define=EmptyRS \
11+ // RUN: | FileCheck %s --check-prefixes=CHECK,EMPTY
12+
13+ // RUN: %clang -target dxil-unknown-shadermodel6.0-compute -S -emit-llvm -o - %s \
14+ // RUN: -fdx-rootsignature-define=CmdRS -D CmdRS='"SRV(t0)"' \
15+ // RUN: | FileCheck %s --check-prefixes=CHECK,CMD
16+
517#define EmptyRS ""
618#define NotEmptyRS "CBV(b0)"
719
You can’t perform that action at this time.
0 commit comments