No, libLLVMbzip2 does not have a .a suffix.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 1 Jun 2006 07:23:32 +0000 (07:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 1 Jun 2006 07:23:32 +0000 (07:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28624 91177308-0d34-0410-b5e6-96231b3b80d8

test/lib/llvm2cpp.exp

index 33ca7df9f3ec87ea1f49befecbc29a63743f7762..ee1ddc1bb32eff56a3cbdbf9c5351f6769733317 100644 (file)
@@ -54,7 +54,7 @@ proc llvm2cpp-test { files } {
     }
 
     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