diff options
| author | Chris Lattner <sabre@nondot.org> | 2002-04-04 19:27:43 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2002-04-04 19:27:43 +0000 |
| commit | 5b7efb83b1303da6db7326fbbd8000b54fb0798b (patch) | |
| tree | 1fda9c859bcd2f04f08426f259267b0ff908b068 | |
| parent | 39dabb96c2ac8f9d0a8f8b6236d9be2704316afc (diff) | |
| download | bcm5719-llvm-5b7efb83b1303da6db7326fbbd8000b54fb0798b.tar.gz bcm5719-llvm-5b7efb83b1303da6db7326fbbd8000b54fb0798b.zip | |
Don't link in library that cannot be found, this should be removed eventually.
llvm-svn: 2111
| -rw-r--r-- | llvm/test/Makefile.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Makefile.tests b/llvm/test/Makefile.tests index bf87284be26..6be91aa15a7 100644 --- a/llvm/test/Makefile.tests +++ b/llvm/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) |

