Skip to content

Commit 5cbdbbc

Browse files
committed
Missing -opaque-pointers=1 in lit
1 parent 841df35 commit 5cbdbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm-spirv/test/extensions/INTEL/SPV_INTEL_function_pointers/global-function-pointer.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; RUN: llvm-as -opaque-pointers=1 < %s | llvm-spirv -spirv-ext=+SPV_INTEL_function_pointers -o %t.spv
22
; RUN: llvm-spirv %t.spv -spirv-ext=+SPV_INTEL_function_pointers -to-text -o - | FileCheck %s --check-prefix=CHECK-SPIRV
3-
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis | FileCheck %s --check-prefix=CHECK-LLVM
3+
; RUN: llvm-spirv -r %t.spv -o - | llvm-dis -opaque-pointers=1 | FileCheck %s --check-prefix=CHECK-LLVM
44

55
target datalayout = "e-i64:64-v16:16-v24:32-v32:32-v48:64-v96:128-v192:256-v256:256-v512:512-v1024:1024-n8:16:32:64"
66
target triple = "spir64"

0 commit comments

Comments
 (0)