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
1
// 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
3
3
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
4
4
// 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
6
6
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.0-library -ast-dump \
7
7
// 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
9
9
10
10
// This test ensures that the sample root signature is parsed without error and
11
11
// 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