We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bf0b2 commit 3ff87c3Copy full SHA for 3ff87c3
test/transcoding/optional-core-features-multiple.ll
@@ -4,7 +4,7 @@
4
; kernel void test(read_only image2d_t img) {}
5
; -----------------------------------------------
6
;
7
-; RUN: llvm-as %s -o %t.bc
+; RUN: llvm-as -opaque-pointers=0 %s -o %t.bc
8
; RUN: llvm-spirv %t.bc -spirv-text -o %t.txt
9
; RUN: FileCheck < %t.txt %s --check-prefix=CHECK-SPIRV
10
; RUN: llvm-spirv %t.bc -o %t.spv
0 commit comments