[llvm-commits] [hlvm] r38289 - /hlvm/trunk/test/lib/return0.exp

Reid Spencer reid at x10sys.com
Sat Jul 7 17:01:59 PDT 2007


Author: reid
Date: Sat Jul  7 19:01:59 2007
New Revision: 38289

URL: http://llvm.org/viewvc/llvm-project?rev=38289&view=rev
Log:
Use -Llib instead of -L lib because some GCC's complain about it.

Modified:
    hlvm/trunk/test/lib/return0.exp

Modified: hlvm/trunk/test/lib/return0.exp
URL: http://llvm.org/viewvc/llvm-project/hlvm/trunk/test/lib/return0.exp?rev=38289&r1=38288&r2=38289&view=diff

==============================================================================
--- hlvm/trunk/test/lib/return0.exp (original)
+++ hlvm/trunk/test/lib/return0.exp Sat Jul  7 19:01:59 2007
@@ -66,7 +66,7 @@
         if { $retval != 0 } {
           fail "$test: llc returned $retval:\n$msg"
         } else {
-          set retval [ catch { exec $gxx -g -o $testexe $tests -L $APR_lib -lapr-1 -laprutil-1 } msg ]
+          set retval [ catch { exec $gxx -g -o $testexe $tests -L$APR_lib -lapr-1 -laprutil-1 } msg ]
           if { $retval != 0 } {
             fail "$test: gxx returned $retval:\n$msg"
           } else {





More information about the llvm-commits mailing list