[LLVMbugs] [Bug 5878] New: llc -march=c does not support tcc

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Dec 25 09:08:20 PST 2009


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

           Summary: llc -march=c does not support tcc
           Product: tools
           Version: 2.6
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: anteusz at freemail.hu
                CC: llvmbugs at cs.uiuc.edu


In the generated C file, tcc is not mentioned...
tcc = tiny c compiler...
Here is some code that is needed for tcc.
This should be in the generated c file too...

#define alloca(x) _alloca_tcc

You could include that too....


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