summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/llvm2cpp.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-23 17:56:04 +0000
committerChris Lattner <sabre@nondot.org>2007-10-23 17:56:04 +0000
commit788f0d340a928841dd0ec285a6eeb8b0e2265b17 (patch)
treedb56b61805242deb8253c5c9844a959500ffef7d /llvm/test/Feature/llvm2cpp.ll
parent847d42a85c4d81ebb8ea0315e3ed56d2e64d79ec (diff)
downloadbcm5719-llvm-788f0d340a928841dd0ec285a6eeb8b0e2265b17.tar.gz
bcm5719-llvm-788f0d340a928841dd0ec285a6eeb8b0e2265b17.zip
llvm/test programs should not be execution programs. This
will hopefully fix Gabor's Sparc problem. llvm-svn: 43251
Diffstat (limited to 'llvm/test/Feature/llvm2cpp.ll')
-rw-r--r--llvm/test/Feature/llvm2cpp.ll5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/Feature/llvm2cpp.ll b/llvm/test/Feature/llvm2cpp.ll
index 5c381c728e2..587fd4e505c 100644
--- a/llvm/test/Feature/llvm2cpp.ll
+++ b/llvm/test/Feature/llvm2cpp.ll
@@ -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]
OpenPOWER on IntegriCloud