[llvm-commits] CVS: llvm/tools/gccas/Makefile
Vikram Adve
vadve at cs.uiuc.edu
Fri Oct 25 16:18:01 PDT 2002
Changes in directory llvm/tools/gccas:
Makefile updated: 1.13 -> 1.14
---
Log message:
Added datastructure library to resolve link error.
---
Diffs of the changes:
Index: llvm/tools/gccas/Makefile
diff -u llvm/tools/gccas/Makefile:1.13 llvm/tools/gccas/Makefile:1.14
--- llvm/tools/gccas/Makefile:1.13 Tue Sep 17 21:20:58 2002
+++ llvm/tools/gccas/Makefile Fri Oct 25 16:17:34 2002
@@ -2,6 +2,6 @@
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
More information about the llvm-commits
mailing list