Fix libraries.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 18 Mar 2002 03:53:22 +0000 (03:53 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 18 Mar 2002 03:53:22 +0000 (03:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1912 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile.tests

index c6c7862ea04979a1090338c5c346de04c8e770b1..6231f55ccddc3aae3bf71420555d6a8cf0c1a393 100644 (file)
@@ -43,7 +43,7 @@ DIS     = /usr/ccs/bin/dis
 CP     = /bin/cp -f
 CFLAGS  += -g -xarch=v9
 
-LLCLIB   = $(LEVEL)/test/runtime.o
+LLCLIB   = $(LEVEL)/test/Libraries/runtime.o
 LIBS    += $(LLCLIB)
 
 
@@ -83,7 +83,7 @@ Output/%.llc.s: Output/%.linked.bc
 # Assemble (and link) an LLVM-linked program using the system assembler...
 #
 Output/%.llc: Output/%.llc.s
-       $(CC) $(CFLAGS) $< -o $@
+       $(CC) $(CFLAGS) $< $(LIBS) -o $@
 
 #
 # Testing versions of provided utilities...