[llvm-commits] CVS: llvm/tools/opt/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Tue Oct 1 17:42:01 PDT 2002
Changes in directory llvm/tools/opt:
Makefile updated: 1.32 -> 1.33
---
Log message:
Temporary change to make datastructure stuff link in right
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.32 llvm/tools/opt/Makefile:1.33
--- llvm/tools/opt/Makefile:1.32 Thu Sep 19 19:43:20 2002
+++ llvm/tools/opt/Makefile Tue Oct 1 17:41:01 2002
@@ -4,7 +4,7 @@
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select preopts postopts.a \
livevar scalaropts \
- ipo ipa.a datastructure.a transforms target.a analysis \
+ ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl $(ExportSymbols)
More information about the llvm-commits
mailing list