[LLVMbugs] [Bug 793] NEW: Factor LeakDetector.cpp out of lib/VMCore and into lib/Support

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed May 31 11:33:11 PDT 2006


http://llvm.org/bugs/show_bug.cgi?id=793

           Summary: Factor LeakDetector.cpp out of lib/VMCore and into
                    lib/Support
           Product: libraries
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at x10sys.com


The LeakDetector should be generalized. Other programs might like to use this
nice facility. Its header is declared in llvm/Support but its implementation is
not in libLLVMSupport.a. It should be.  LLVMCore already depends on
libLLVMSupport so there is no penalty for doing this. It just makes the
LeakDetect available for use without pulling in all of LLVMCore.

This should be just a slight re-arrangement of code and some #includes.

This is the second in a series of bugs to reduce the size of LLVMCore.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list