Changes in directory llvm/test/lib:
llvm2cpp.exp updated: 1.5 -> 1.6 --- Log message: No, libLLVMbzip2 does not have a .a suffix. --- Diffs of the changes: (+1 -1) llvm2cpp.exp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/lib/llvm2cpp.exp diff -u llvm/test/lib/llvm2cpp.exp:1.5 llvm/test/lib/llvm2cpp.exp:1.6 --- llvm/test/lib/llvm2cpp.exp:1.5 Thu Jun 1 02:19:28 2006 +++ llvm/test/lib/llvm2cpp.exp Thu Jun 1 02:23:32 2006 @@ -54,7 +54,7 @@ } set retval [ catch { - exec -keepnewline gcc -g -D__STDC_LIMIT_MACROS -o $executable $generated -I$srcroot/include -I$objroot/include -L$llvmlibsdir -lLLVMCore -lLLVMSupport -lLLVMbzip2.o -lLLVMSystem -lstdc++ } msg ] + exec -keepnewline gcc -g -D__STDC_LIMIT_MACROS -o $executable $generated -I$srcroot/include -I$objroot/include -L$llvmlibsdir -lLLVMCore -lLLVMSupport -lLLVMbzip2 -lLLVMSystem -lstdc++ } msg ] if { $retval != 0 } { fail "$test: gcc returned $retval\n$msg" continue _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits