[llvm-commits] CVS: llvm/tools/opt/Makefile
vadve at cs.uiuc.edu
vadve at cs.uiuc.edu
Mon Sep 16 13:29:00 PDT 2002
Changes in directory llvm/tools/opt:
Makefile updated: 1.28 -> 1.29
---
Log message:
Remove duplicate sparc entry.
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.28 llvm/tools/opt/Makefile:1.29
--- llvm/tools/opt/Makefile:1.28 Mon Sep 16 13:13:12 2002
+++ llvm/tools/opt/Makefile Mon Sep 16 13:28:27 2002
@@ -3,7 +3,7 @@
USEDLIBS = bcreader bcwriter instrument profpaths \
sparc target.a mapping regalloc.a sched select preselect \
- livevar sparc scalaropts \
+ livevar scalaropts \
ipo ipa.a datastructure.a transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
More information about the llvm-commits
mailing list