From fc029f2983a69de3ccca576f2cee23292d1b04ef Mon Sep 17 00:00:00 2001 From: Kevin Qin Date: Fri, 21 Mar 2014 07:20:29 +0000 Subject: Fix test command line to avoid generating output file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204437 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/inline-diagnostics.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/inline-diagnostics.ll b/test/CodeGen/ARM/inline-diagnostics.ll index 245fa79f81..7b77da22d5 100644 --- a/test/CodeGen/ARM/inline-diagnostics.ll +++ b/test/CodeGen/ARM/inline-diagnostics.ll @@ -1,4 +1,4 @@ -; RUN: not llc %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s +; RUN: not llc < %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s %struct.float4 = type { float, float, float, float } -- cgit v1.2.3