https://llvm.org/bugs/show_bug.cgi?id=28213

            Bug ID: 28213
           Summary: [codeview] Parameter types emitting in wrong order
                    results in confusing windbg output
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: unassignedb...@nondot.org
          Reporter: r...@google.com
                CC: llvm-bugs@lists.llvm.org
            Blocks: 28154
    Classification: Unclassified

I ran windbg on LLVM's not.exe, and ran this command:

0:000> x not!main
00000001`3f7d9af0 not!main (char **, int)

Obviously, the prototype of main is (int, char**), not the other way around. We
should investigate where the debugger is getting the prototype info and sort
this out.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to