Skip to content

Commit 5545c5a

Browse files
committed
add env to spirv-val
1 parent 9316e41 commit 5545c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/SPIRV/ExecutionMode_Fragment.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
; RUN: llc -O0 -mtriple=spirv-unknown-vulkan1.3-pixel %s -o - | FileCheck %s
2-
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan1.3-pixel %s -o - -filetype=obj | spirv-val %}
2+
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan1.3-pixel %s -o - -filetype=obj | spirv-val --target-env vulkan1.3 %}
33

44
; CHECK-DAG: OpEntryPoint Fragment %[[#entry:]] "main"
55
; CHECK-DAG: OpExecutionMode %[[#entry]] OriginUpperLeft

0 commit comments

Comments
 (0)