diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2014-04-15 22:29:32 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2014-04-15 22:29:32 +0000 |
commit | 43855af9a7d8e29b2727755bb38de985697774df (patch) | |
tree | 93c9932544edbd2dd5d536a767eebcd5a79a8bc4 /llvm/test/CodeGen/Thumb/stack-frame.ll | |
parent | 470acd81a8b827e5a28c5d87081b985b33176ef4 (diff) | |
download | bcm5719-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/CodeGen/Thumb/stack-frame.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/stack-frame.ll | 2 |
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 |