Skip to content

Commit

Permalink
Disable validation
Browse files Browse the repository at this point in the history
  • Loading branch information
vmaksimo authored Sep 19, 2024
1 parent 173be58 commit f5295ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/transcoding/float16.ll
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix=CHECK-LLVM

; RUN: llvm-spirv %t.bc -o %t.spv --spirv-ext=+SPV_KHR_untyped_pointers
; RUN: spirv-val %t.spv
; TODO: enable back once spirv-tools are updated
; R/UN: spirv-val %t.spv
; RUN: llvm-spirv %t.spv -to-text -o - | FileCheck %s --check-prefixes=CHECK-SPIRV,CHECK-SPIRV-EXT
; RUN: llvm-spirv -r %t.spv -o %t.rev.bc
; RUN: llvm-dis %t.rev.bc -o - | FileCheck %s --check-prefix=CHECK-LLVM
Expand Down

0 comments on commit f5295ec

Please sign in to comment.