diff options
author | Kevin Qin <Kevin.Qin@arm.com> | 2014-03-21 07:20:29 +0000 |
---|---|---|
committer | Kevin Qin <Kevin.Qin@arm.com> | 2014-03-21 07:20:29 +0000 |
commit | fc029f2983a69de3ccca576f2cee23292d1b04ef (patch) | |
tree | 4cd38be487165e2dbd4534a11bb20665ec721160 | |
parent | d3cf783ed12c8e658598a1a9173a27ea8481073b (diff) |
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
-rw-r--r-- | test/CodeGen/ARM/inline-diagnostics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/inline-diagnostics.ll b/test/CodeGen/ARM/inline-diagnostics.ll index 245fa79f815..7b77da22d5f 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 } |