From ef0c0844fef6b1ee2497e64363fcacee2ff1b107 Mon Sep 17 00:00:00 2001 From: David Zarzycki Date: Tue, 11 Aug 2020 05:56:58 -0400 Subject: [PATCH] Add missing `-o -` to a recent test Caught with a build-system that remounts the source directory read-only. --- .../CodeGen/PowerPC/aix-static-init-no-unique-module-id.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/PowerPC/aix-static-init-no-unique-module-id.ll b/llvm/test/CodeGen/PowerPC/aix-static-init-no-unique-module-id.ll index eb49085b9781..48954e6cec9b 100644 --- a/llvm/test/CodeGen/PowerPC/aix-static-init-no-unique-module-id.ll +++ b/llvm/test/CodeGen/PowerPC/aix-static-init-no-unique-module-id.ll @@ -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 }]