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 | 2c024a78fc4655f21bbd13629b6d0b13c29e2f23 (patch) | |
tree | ece5360d21b904b6796b0ee704e250033ecfc896 /test | |
parent | 6a6931e287dd4837b967dd42d45a8a11455f4fcd (diff) | |
download | external_llvm-2c024a78fc4655f21bbd13629b6d0b13c29e2f23.zip external_llvm-2c024a78fc4655f21bbd13629b6d0b13c29e2f23.tar.gz external_llvm-2c024a78fc4655f21bbd13629b6d0b13c29e2f23.tar.bz2 |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index bf87284..6be91aa 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) |