Skip to content

Commit

Permalink
Disable spirv-val
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Sidorov <[email protected]>
  • Loading branch information
MrSidims committed Jun 19, 2020
1 parent eb5b29b commit 9aaa840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/transcoding/intel_usm_addrspaces.ll
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
; RUN: llvm-as %s -o %t.bc
; RUN: llvm-spirv %t.bc --spirv-ext=+SPV_INTEL_usm_storage_classes -o %t.spv
; RUN: llvm-spirv %t.spv -to-text -o - | FileCheck %s --check-prefixes=CHECK-SPIRV,CHECK-SPIRV-EXT
; RUN: spirv-val %t.spv

; RUN: llvm-spirv -r %t.spv -enable-usm-addrspaces -o %t.rev.bc
; RUN: llvm-dis < %t.rev.bc | FileCheck %s --check-prefix=CHECK-LLVM
Expand Down

0 comments on commit 9aaa840

Please sign in to comment.