Added datastructure library to resolve link error.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4279 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-10-25 21:17:34 +00:00
parent ed03bc913f
commit c954161ea7

View File

@ -2,6 +2,6 @@ LEVEL = ../..
TOOLNAME = gccas
USEDLIBS = asmparser bcwriter transforms ipo scalaropts analysis \
target.a transformutils ipa vmcore support.a
target.a transformutils ipa datastructure vmcore support.a
include $(LEVEL)/Makefile.common