summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2014-04-15 22:29:32 +0000
committerNick Lewycky <nicholas@mxc.ca>2014-04-15 22:29:32 +0000
commit43855af9a7d8e29b2727755bb38de985697774df (patch)
tree93c9932544edbd2dd5d536a767eebcd5a79a8bc4 /llvm/test
parent470acd81a8b827e5a28c5d87081b985b33176ef4 (diff)
downloadbcm5719-llvm-43855af9a7d8e29b2727755bb38de985697774df.tar.gz
bcm5719-llvm-43855af9a7d8e29b2727755bb38de985697774df.zip
Make this test not match its own filename, when being run from a path that includes the string 'add'.
llvm-svn: 206331
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/Thumb/stack-frame.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/stack-frame.ll b/llvm/test/CodeGen/Thumb/stack-frame.ll
index fda7267016d..09d480aec29 100644
--- a/llvm/test/CodeGen/Thumb/stack-frame.ll
+++ b/llvm/test/CodeGen/Thumb/stack-frame.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=thumb-eabi %s -o - | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi < %s -o - | FileCheck %s
define void @f1() {
%c = alloca i8, align 1
OpenPOWER on IntegriCloud