[llvm-commits] [llvm] r43140 - /llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m

Bill Wendling isanbard at gmail.com
Thu Oct 18 11:26:42 PDT 2007


Author: void
Date: Thu Oct 18 13:26:40 2007
New Revision: 43140

URL: http://llvm.org/viewvc/llvm-project?rev=43140&view=rev
Log:
Fix the command line.

Modified:
    llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m

Modified: llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m?rev=43140&r1=43139&r2=43140&view=diff

==============================================================================
--- llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m (original)
+++ llvm/trunk/test/FrontendObjC/2007-10-17-SJLJExceptions.m Thu Oct 18 13:26:40 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o  t.m | not grep Unwind_Resume
+// RUN: %llvmgcc -x objective-c %s -arch i386 -pipe -std=gnu99 -O2 -fexceptions -S -o - | not grep Unwind_Resume
 
 #import <Foundation/Foundation.h>
 





More information about the llvm-commits mailing list