Add missing `-o -` to a recent test

Caught with a build-system that remounts the source directory read-only.
This commit is contained in:
David Zarzycki 2020-08-11 05:56:58 -04:00
parent 24bc8afd4b
commit ef0c0844fe
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
; RUN: not --crash llc -mtriple powerpc-ibm-aix-xcoff %s 2>&1 | FileCheck %s
; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff %s 2>&1 | FileCheck %s
; RUN: not --crash llc -mtriple powerpc-ibm-aix-xcoff -o - %s 2>&1 | FileCheck %s
; RUN: not --crash llc -mtriple powerpc64-ibm-aix-xcoff -o - %s 2>&1 | FileCheck %s
@llvm.global_ctors = appending global [1 x { i32, void ()*, i8* }] [{ i32, void ()*, i8* } { i32 65535, void ()* @foo, i8* null }]