Skip to content

Commit 6dcea44

Browse files
svenvhKornevNikita
authored andcommitted
Update test for typed pointer auto-detection removal (#1812)
Update a test for llvm-project commit 9ed2f14 ("[AsmParser] Remove typed pointer auto-detection", 2023-01-18). Original commit: KhronosGroup/SPIRV-LLVM-Translator@3ff87c3
1 parent 77159e3 commit 6dcea44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/transcoding/optional-core-features-multiple.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; kernel void test(read_only image2d_t img) {}
55
; -----------------------------------------------
66
;
7-
; RUN: llvm-as %s -o %t.bc
7+
; RUN: llvm-as -opaque-pointers=0 %s -o %t.bc
88
; RUN: llvm-spirv %t.bc -spirv-text -o %t.txt
99
; RUN: FileCheck < %t.txt %s --check-prefix=CHECK-SPIRV
1010
; RUN: llvm-spirv %t.bc -o %t.spv

0 commit comments

Comments
 (0)