[llvm] r206331 - Make this test not match its own filename, when being run from a path that includes the string 'add'.

Nick Lewycky nicholas at mxc.ca
Tue Apr 15 15:29:33 PDT 2014


Author: nicholas
Date: Tue Apr 15 17:29:32 2014
New Revision: 206331

URL: http://llvm.org/viewvc/llvm-project?rev=206331&view=rev
Log:
Make this test not match its own filename, when being run from a path that includes the string 'add'.

Modified:
    llvm/trunk/test/CodeGen/Thumb/stack-frame.ll

Modified: llvm/trunk/test/CodeGen/Thumb/stack-frame.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb/stack-frame.ll?rev=206331&r1=206330&r2=206331&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb/stack-frame.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb/stack-frame.ll Tue Apr 15 17:29:32 2014
@@ -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





More information about the llvm-commits mailing list