1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Added datastructure library to resolve link error.

llvm-svn: 4279
This commit is contained in:
Vikram S. Adve 2002-10-25 21:17:34 +00:00
parent 026a12e304
commit 3c20672e56

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