Added datastructure library to resolve link error.
[oota-llvm.git] / 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