[LLVMbugs] [Bug 872] NEW: Combine analyze and opt tools

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Aug 7 13:59:23 PDT 2006


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

           Summary: Combine analyze and opt tools
           Product: tools
           Version: 1.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: analyze
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: rspencer at x10sys.com


The "opt" tool already links in most of the analysis passes which makes the
analysis tool somewhat redundant and chewing up significant disk space.  We
should combine the features of "analyze" into "opt", possibly by adding to opt a
new option, "--analyze" which would invoke the printing behaviors of the
exisiting analyze tool.

Making this change will reduce LLVM's footprint significantly since analyze is
one of the largest tools in LLVM.



------- 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