forked from OSchip/llvm-project
Add missing `-o -` to a recent test
Caught with a build-system that remounts the source directory read-only.
This commit is contained in:
parent
24bc8afd4b
commit
ef0c0844fe
|
@ -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 }]
|
||||
|
||||
|
|
Loading…
Reference in New Issue