[LLVMbugs] [Bug 1517] NEW: llvm2cpp generates incorrect code

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Jun 16 09:31:24 PDT 2007


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

           Summary: llvm2cpp generates incorrect code
           Product: new-bugs
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: letz at grame.fr


#include <stdio.h>

extern "C" void NewMarker1()
{
	printf("NewMarker1 \n");
	printf("NewMarker1 \n");
}

llvm2cpp  -f  -gen-function -funcname=makeNewMarker1 -for=NewMarker1 test.bc -o substitute_bug. 
test.cpp  produces



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