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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


* 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to