[patch][pr22217] Use the most recent decl for mangling

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue Jan 20 07:30:14 PST 2015


Sorry, I attached an older version of the patch. This one has a
slightly simpler test.

On 20 January 2015 at 10:29, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> Currently clang will produce a @foo when given
>
> int foo;
> extern int foo __asm__("bar");
>
> The attached patch makes it produce a @bar, which is what gcc produces.
>
> I am confused by the output changes in the microsoft abi tests.
> Hopefully someone more familiar with it can comment on why using a
> more recent decl causes problems and has an idea of what should be
> changed to accommodate it.
>
> Cheers,
> Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 3269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150120/1e568876/attachment.bin>


More information about the cfe-commits mailing list