Skip to content

Commit 8ff51cd

Browse files
svenvhjsji
authored andcommitted
Remove last -opaque-pointers flag from test (#2092)
The -opaque-pointers flag is no longer supported. Original commit: KhronosGroup/SPIRV-LLVM-Translator@ff8c3e7
1 parent e7e7beb commit 8ff51cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/extensions/KHR/SPV_KHR_non_semantic_info/preserve-all-function-attributes-crash.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: llvm-as -opaque-pointers=1 %s -o %t.bc
2-
; RUN: llvm-spirv %t.bc -opaque-pointers=1 --spirv-preserve-auxdata --spirv-text -spirv-allow-unknown-intrinsics=llvm.genx. --spirv-preserve-auxdata -o %t.txt
1+
; RUN: llvm-as %s -o %t.bc
2+
; RUN: llvm-spirv %t.bc --spirv-preserve-auxdata --spirv-text -spirv-allow-unknown-intrinsics=llvm.genx. --spirv-preserve-auxdata -o %t.txt
33
; RUN: llvm-spirv --spirv-preserve-auxdata --spirv-target-env=SPV-IR --spirv-text -r %t.txt -o %t.bc
44
; RUN: llvm-dis %t.bc -o %t.ll
55
; RUN: FileCheck < %t.txt %s --check-prefix=CHECK-SPIRV
@@ -20,4 +20,4 @@ declare void @llvm.memmove.p1.p1.i32(ptr addrspace(1) nocapture, ptr addrspace(1
2020
; CHECK-LLVM-NOT: llvm.memmove
2121

2222
; CHECK-LLVM: attributes #0 = { nounwind }
23-
attributes #0 = { nounwind }
23+
attributes #0 = { nounwind }

0 commit comments

Comments
 (0)