[llvm-commits] CVS: llvm/tools/analyze/Makefile

John Criswell criswell at choi.cs.uiuc.edu
Thu Jun 26 16:44:38 PDT 2003


Changes in directory llvm/tools/analyze:

Makefile updated: 1.18.2.1 -> 1.18.2.2

---
Log message:

Merged with mainline on Thursday, June 26, 2003.


---
Diffs of the changes:

Index: llvm/tools/analyze/Makefile
diff -u llvm/tools/analyze/Makefile:1.18.2.1 llvm/tools/analyze/Makefile:1.18.2.2
--- llvm/tools/analyze/Makefile:1.18.2.1	Mon Jun 23 14:04:46 2003
+++ llvm/tools/analyze/Makefile	Thu Jun 26 16:35:57 2003
@@ -2,6 +2,7 @@
 TOOLNAME = analyze
 USEDLIBS = asmparser bcreader scalaropts.a transforms.a analysis ipa \
            datastructure target.a transformutils.a scalaropts.a vmcore support
+TOOLLINKOPTS = $(PLATFORMLIBDL)
 
 include $(LEVEL)/Makefile.common
 





More information about the llvm-commits mailing list