From 42505f55674f513a5fb1009250ca308ea0e8b6e1 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 1 Jun 2006 07:19:28 +0000 Subject: Fix gcc command line options after LLVMCore and LLVMbzip2 became archive libraries. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28623 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/lib/llvm2cpp.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lib/llvm2cpp.exp') diff --git a/test/lib/llvm2cpp.exp b/test/lib/llvm2cpp.exp index 9450fe9..33ca7df 100644 --- a/test/lib/llvm2cpp.exp +++ b/test/lib/llvm2cpp.exp @@ -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 $llvmlibsdir/LLVMCore.o -lLLVMSupport $llvmlibsdir/LLVMbzip2.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.o -lLLVMSystem -lstdc++ } msg ] if { $retval != 0 } { fail "$test: gcc returned $retval\n$msg" continue -- cgit v1.1