[llvm-commits] CVS: llvm/tools/opt/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Wed Dec 11 23:30:01 PST 2002
Changes in directory llvm/tools/opt:
Makefile updated: 1.37 -> 1.38
---
Log message:
ipa.a only needs to be mentioned once, and spaces should be used instead of
tabs for readability.
---
Diffs of the changes:
Index: llvm/tools/opt/Makefile
diff -u llvm/tools/opt/Makefile:1.37 llvm/tools/opt/Makefile:1.38
--- llvm/tools/opt/Makefile:1.37 Sun Dec 8 22:46:25 2002
+++ llvm/tools/opt/Makefile Wed Dec 11 23:29:32 2002
@@ -2,14 +2,11 @@
TOOLNAME = opt
USEDLIBS = bcreader bcwriter instrument profpaths \
- sparc mapping regalloc.a sched select codegen preopts \
- postopts.a \
- livevar scalaropts \
- ipo ipa.a datastructure transforms target.a analysis ipa.a \
+ sparc mapping regalloc.a sched select codegen preopts \
+ postopts.a livevar scalaropts \
+ ipo ipa.a datastructure transforms target.a analysis \
transformutils vmcore support
TOOLLINKOPTS = -ldl
-KEEP_SYMBOLS = 1
include $(LEVEL)/Makefile.common
-
More information about the llvm-commits
mailing list