From: Vikram S. Adve Date: Fri, 25 Oct 2002 21:17:34 +0000 (+0000) Subject: Added datastructure library to resolve link error. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c954161ea70d7afa70977c6cac6fab662e64e227;p=oota-llvm.git Added datastructure library to resolve link error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4279 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/gccas/Makefile b/tools/gccas/Makefile index 56f2480b078..26e2c460631 100644 --- a/tools/gccas/Makefile +++ b/tools/gccas/Makefile @@ -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