Skip to content

Commit b333636

Browse files
committed
Review: Fix missing -o
1 parent f38072d commit b333636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/transcoding/addrspace_global_annotations.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; Assertion `C->getType() == Ty->getElementType() && "Wrong type in array element initializer"' failed
33
; It also verifies that all the different address spaces were casted to the "common" one.
44

5-
; RUN: llvm-spirv %s --spirv-ext=+SPV_INTEL_fpga_memory_attributes
5+
; RUN: llvm-spirv %s --spirv-ext=+SPV_INTEL_fpga_memory_attributes -o %t.spv
66
; RUN: spirv-val %t.spv
77
; RUN: llvm-spirv -r %t.spv -o %t.rev.bc
88
; RUN: llvm-dis %t.rev.bc

0 commit comments

Comments
 (0)