[LLVMbugs] [Bug 1538] NEW: llvm2cpp should be made a target of llc

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Jul 4 15:39:31 PDT 2007


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

           Summary: llvm2cpp should be made a target of llc
           Product: tools
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm2cpp
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


There is no reason for llvm2cpp to be a stand-alone tool.  Its functionality should be moved into llc, as 
a new "cpp" target or something.  In other words, use:

llc -march=cpp x.bc -o x.cpp

instead of:

llvm2cpp x.bc -o x.cpp

This makes it work more like the CBE and MSIL backends.

-Chris



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