[llvm-commits] [llvm] r43251 - /llvm/trunk/test/Feature/llvm2cpp.ll

Chris Lattner sabre at nondot.org
Tue Oct 23 10:56:04 PDT 2007


Author: lattner
Date: Tue Oct 23 12:56:04 2007
New Revision: 43251

URL: http://llvm.org/viewvc/llvm-project?rev=43251&view=rev
Log:
llvm/test programs should not be execution programs.  This 
will hopefully fix Gabor's Sparc problem.

Modified:
    llvm/trunk/test/Feature/llvm2cpp.ll

Modified: llvm/trunk/test/Feature/llvm2cpp.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Feature/llvm2cpp.ll?rev=43251&r1=43250&r2=43251&view=diff

==============================================================================
--- llvm/trunk/test/Feature/llvm2cpp.ll (original)
+++ llvm/trunk/test/Feature/llvm2cpp.ll Tue Oct 23 12:56:04 2007
@@ -1,8 +1,5 @@
 ; RUN: llvm-as < %s | llvm-dis > %t1.ll
-; RUN: llvm-as < %s | llvm2cpp -gen-program -o %t2.cpp - -f
-; RUN: %link -o %t2.exe %t2.cpp -lLLVMCore -lLLVMSupport -lLLVMSystem -lstdc++
-; RUN: ./%t2.exe > %t2.ll
-; RUN: diff %t1.ll %t2.ll
+; RUN: llvm-as < %s | llvm2cpp -gen-program -o -
 
 @X = global i32 4, align 16		; <i32*> [#uses=0]
 





More information about the llvm-commits mailing list