[llvm-commits] CVS: llvm/lib/VMCore/Module.cpp

LLVM llvm at cs.uiuc.edu
Sun Jul 25 11:09:07 PDT 2004



Changes in directory llvm/lib/VMCore:

Module.cpp updated: 1.53 -> 1.54

---
Log message:

bug 263: http://llvm.cs.uiuc.edu/PR263 :
Ensure the list of libraries is cleared.


---
Diffs of the changes:  (+1 -0)

Index: llvm/lib/VMCore/Module.cpp
diff -u llvm/lib/VMCore/Module.cpp:1.53 llvm/lib/VMCore/Module.cpp:1.54
--- llvm/lib/VMCore/Module.cpp:1.53	Sat Jul 17 18:53:23 2004
+++ llvm/lib/VMCore/Module.cpp	Sun Jul 25 13:08:57 2004
@@ -75,6 +75,7 @@
   GlobalList.setParent(0);
   FunctionList.clear();
   FunctionList.setParent(0);
+  LibraryList.clear();
   delete SymTab;
 }
 





More information about the llvm-commits mailing list