[LLVMbugs] [Bug 7092] New: [patch] Makes Module::getOrInsertFunction accept va_args in addition to ellipsis

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 7 10:09:58 PDT 2010


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

           Summary: [patch] Makes Module::getOrInsertFunction accept
                    va_args in addition to ellipsis
           Product: compiler-rt
           Version: unspecified
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: yuri at tsoft.com
                CC: llvmbugs at cs.uiuc.edu


getOrInsertFunction gets it's vgetOrInsertFunction counterpart, just like
sprintf has vsprintf in C library.

This makes it easier for user to wrap this function.

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