No, libLLVMbzip2 does not have a .a suffix.

llvm-svn: 28624
This commit is contained in:
Reid Spencer 2006-06-01 07:23:32 +00:00
parent d661a4c218
commit 569f3913a9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ proc llvm2cpp-test { files } {
} }
set retval [ catch { 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 } { if { $retval != 0 } {
fail "$test: gcc returned $retval\n$msg" fail "$test: gcc returned $retval\n$msg"
continue continue