We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9316e41 commit 5545c5aCopy full SHA for 5545c5a
llvm/test/CodeGen/SPIRV/ExecutionMode_Fragment.ll
@@ -1,5 +1,5 @@
1
; 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 %}
+; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-vulkan1.3-pixel %s -o - -filetype=obj | spirv-val --target-env vulkan1.3 %}
3
4
; CHECK-DAG: OpEntryPoint Fragment %[[#entry:]] "main"
5
; CHECK-DAG: OpExecutionMode %[[#entry]] OriginUpperLeft
0 commit comments