*** empty log message ***

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3002 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2002-07-23 17:52:38 +00:00
parent f78a824b3c
commit 56d27019e6
29 changed files with 31 additions and 44 deletions

View File

@@ -1,6 +1,7 @@
LEVEL = ../..
TOOLNAME = gccld
USEDLIBS = ipo analysis transforms ipa scalaropts transformutils target bcreader bcwriter vmcore support
USEDLIBS = ipo.a analysis.a transforms.a ipa.a scalaropts.a transformutils.a \
target.a bcreader bcwriter vmcore support.a
include $(LEVEL)/Makefile.common