[LLVMbugs] [Bug 7994] New: LTO:decl/impl type mismatch on lto_module_get_num_symbols()

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Aug 26 03:18:26 PDT 2010


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

           Summary: LTO:decl/impl type mismatch on
                    lto_module_get_num_symbols()
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu


* include/llvm-c/lto.h:148

extern unsigned int
lto_module_get_num_symbols(lto_module_t mod);

* tools/lto/lto.cpp:135

uint32_t lto_module_get_num_symbols(lto_module_t mod);


The type uint32_t is "unsigned long" on Cygwin-1.5.
(not on Cygwin-1.7)

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