diff options
author | Chris Lattner <sabre@nondot.org> | 2007-05-06 19:21:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-05-06 19:21:48 +0000 |
commit | c57f2187b04fa5f145f60ab7fecd81b41468111a (patch) | |
tree | 4ce999542603e783a31fab6c15da439fb90ec9bf /llvm | |
parent | 44f8ad1d40cac7cafda447882199a08bdb1f5a48 (diff) | |
download | bcm5719-llvm-c57f2187b04fa5f145f60ab7fecd81b41468111a.tar.gz bcm5719-llvm-c57f2187b04fa5f145f60ab7fecd81b41468111a.zip |
remove libbzip2 from this. This should use llvm-config or something.
llvm-svn: 36879
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/Feature/llvm2cpp.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Feature/llvm2cpp.ll b/llvm/test/Feature/llvm2cpp.ll index 63d3402f179..4cfb66d2401 100644 --- a/llvm/test/Feature/llvm2cpp.ll +++ b/llvm/test/Feature/llvm2cpp.ll @@ -1,6 +1,6 @@ ; 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 -lLLVMbzip2 -lLLVMSystem -lstdc++ +; RUN: %link -o %t2.exe %t2.cpp -lLLVMCore -lLLVMSupport -lLLVMSystem -lstdc++ ; RUN: %t2.exe > %t2.ll ; RUN: diff %t1.ll %t2.ll |