From: Chris Lattner Date: Thu, 4 Apr 2002 19:27:43 +0000 (+0000) Subject: Don't link in library that cannot be found, this should be removed eventually. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2c024a78fc4655f21bbd13629b6d0b13c29e2f23;p=oota-llvm.git Don't link in library that cannot be found, this should be removed eventually. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2111 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Makefile.tests b/test/Makefile.tests index bf87284be26..6be91aa15a7 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -43,8 +43,8 @@ DIS = /usr/ccs/bin/dis CP = /bin/cp -f CFLAGS += -g -xarch=v9 -LLCLIB = $(LEVEL)/test/Libraries/runtime.o -LIBS += $(LLCLIB) +#LLCLIB = $(LEVEL)/test/Libraries/runtime.o +#LIBS += $(LLCLIB)