File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
llvm/test/tools/spirv-to-ir-wrapper Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
; TODO: switch to opaque pointers once llvm-spirv tool is able to handle them.
2
2
3
3
; Check for passthrough abilities
4
- ; RUN: llvm-as -opaque-pointers=0 %s -o %t.bc
4
+ ; RUN: llvm-as %s -o %t.bc
5
5
; 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
7
7
; RUN: FileCheck %s --input-file %t_1.ll
8
8
9
9
; 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
13
13
; RUNx: FileCheck %s --input-file %t_2.ll
14
14
15
15
; CHECK: target datalayout
You can’t perform that action at this time.
0 commit comments