Added datastructure library to resolve link error.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 25 Oct 2002 21:17:34 +0000 (21:17 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Fri, 25 Oct 2002 21:17:34 +0000 (21:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4279 91177308-0d34-0410-b5e6-96231b3b80d8

tools/gccas/Makefile

index 56f2480b078389b5e93e51eeb2cd5b94a2fe2aa1..26e2c460631dc110197c923c73c29237273ea8aa 100644 (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