[LLVMbugs] [Bug 4743] New: Linker warnings "resolving _Xxx by linking to _Xxx at nn" when compiling W32 programs

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Aug 19 06:44:22 PDT 2009


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

           Summary: Linker warnings "resolving _Xxx by linking to _Xxx at nn"
                    when compiling W32 programs
           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: d.g.gorbachev at gmail.com
                CC: asl at math.spbu.ru, llvmbugs at cs.uiuc.edu


Created an attachment (id=3339)
 --> (http://llvm.org/bugs/attachment.cgi?id=3339)
ZIP archive with examples

LLVM-GCC and LLVM r79290.

Warning: resolving _ExitProcess by linking to _ExitProcess at 4
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups

Notice ".def _ExitProcess;", while MinGW32-GCC generates ".def _ExitProcess at 4;"
or nothing.


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