Skip to content

Commit 4ba783b

Browse files
committed
Update spirv-to-ir-wrapper.ll to use opaque pointer
1 parent 1362158 commit 4ba783b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

llvm/test/tools/spirv-to-ir-wrapper/spirv-to-ir-wrapper.ll

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
; TODO: switch to opaque pointers once llvm-spirv tool is able to handle them.
22

33
; Check for passthrough abilities
4-
; RUN: llvm-as -opaque-pointers=0 %s -o %t.bc
4+
; RUN: llvm-as %s -o %t.bc
55
; RUN: spirv-to-ir-wrapper %t.bc -o %t_1.bc -skip-unknown-input
6-
; RUN: llvm-dis -opaque-pointers=0 %t_1.bc -o %t_1.ll
6+
; RUN: llvm-dis %t_1.bc -o %t_1.ll
77
; RUN: FileCheck %s --input-file %t_1.ll
88

99
; Check for SPIR-V conversion
10-
; RUN: llvm-spirv -opaque-pointers=0 %t.bc -o %t.spv
11-
; RUN: spirv-to-ir-wrapper -llvm-spirv-opts "-emit-opaque-pointers=false" %t.spv -o %t_2.bc
12-
; RUN: llvm-dis -opaque-pointers=0 %t_2.bc -o %t_2.ll
10+
; RUN: llvm-spirv %t.bc -o %t.spv
11+
; RUN: spirv-to-ir-wrapper %t.spv -o %t_2.bc
12+
; RUN: llvm-dis %t_2.bc -o %t_2.ll
1313
; RUNx: FileCheck %s --input-file %t_2.ll
1414

1515
; CHECK: target datalayout

0 commit comments

Comments
 (0)