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 11// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
2- // RUN: -disable-llvm-passes -o - %s | FileCheck %s
2+ // RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK,CHECK-V1_1
33// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
44// RUN: -fdx-rootsignature-version=rootsig_1_0 \
5- // RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefix= CHECK-V1_0
5+ // RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK, CHECK-V1_0
66// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
77// RUN: -fdx-rootsignature-version=rootsig_1_1 \
8- // RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefix= CHECK-V1_1
8+ // RUN: -disable-llvm-passes -o - %s | FileCheck %s --check-prefixes=CHECK, CHECK-V1_1
99
1010// This test ensures that the sample root signature is parsed without error and
1111// the Attr AST Node is created succesfully. If an invalid root signature was
You can’t perform that action at this time.
0 commit comments