r272253 - clang/test/CodeGenCXX/debug-info-method.cpp: Tweak for thiscall, for targeting Win32 x86.

Reid Kleckner via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 15 10:59:20 PDT 2016


On Thu, Jun 9, 2016 at 8:59 AM, David Blaikie <dblaikie at gmail.com> wrote:

> Reid - is this intended fallout? (seems plausible, but just checking)
>
> Is MinGW a good analogy for any of this work? (does it produce DWARF? Does
> it use the Windows ABI? Does it emit Calling Convention attributes?)
>

It is intended fallout, but I didn't see it because I build 64-bit. This
causes LLVM to emit DW_AT_calling_convention in DWARF as well as the
equivalent in CodeView.

My version of mingw (GCC 4.8) doesn't appear to emit any calling convention
attributes, so we're doing something new here.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160615/95bd98a8/attachment.html>


More information about the cfe-commits mailing list