Skip to content

Commit 39323c1

Browse files
committed
Update codegen-spirv test flag
1 parent 7bdad40 commit 39323c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/SPIRV/hlsl-intrinsics/refract.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llc -O0 -mtriple=spirv-unknown-unknown %s -o - | FileCheck %s
2-
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv-unknown-unknown %s -o - -filetype=obj | spirv-val %}
1+
; RUN: llc -O0 -mtriple=spirv-unknown-vulkan %s -o - | FileCheck %s
2+
; RUN: %if spirv-tools %{ llc -O0 -spirv-unknown-vulkan %s -o - -filetype=obj | spirv-val %}
33

44
; Make sure SPIRV operation function calls for refract are lowered correctly.
55

0 commit comments

Comments
 (0)