diff options
| author | Chris Lattner <sabre@nondot.org> | 2007-10-23 17:56:04 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2007-10-23 17:56:04 +0000 |
| commit | 788f0d340a928841dd0ec285a6eeb8b0e2265b17 (patch) | |
| tree | db56b61805242deb8253c5c9844a959500ffef7d /llvm/test | |
| parent | 847d42a85c4d81ebb8ea0315e3ed56d2e64d79ec (diff) | |
| download | bcm5719-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')
| -rw-r--r-- | llvm/test/Feature/llvm2cpp.ll | 5 |
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] |

