[LLVMbugs] [Bug 3025] New: llvmc2' s TableGen miscompiles $CALL and $ENV when used as the command name

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Nov 7 22:50:05 PST 2008


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

           Summary: llvmc2's TableGen miscompiles $CALL and $ENV when used
                    as the command name
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: pcwalton at cs.ucla.edu
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=2186)
 --> (http://llvm.org/bugs/attachment.cgi?id=2186)
Proposed patch.

When the $CALL and $ENV are used to form the command name of a tool in llvmc2,
an automatic conversion to const char * does not occur. The attached patch
fixes this problem.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list