[llvm] r212522 - [mips] Improve encapsulation of the .MIPS.abiflags implementation and limit scope of related enums

Daniel Sanders Daniel.Sanders at imgtec.com
Tue Jul 8 06:22:49 PDT 2014


Fixed in r212528. Thanks for noticing.

> -----Original Message-----
> From: Tim Northover [mailto:t.p.northover at gmail.com]
> Sent: 08 July 2014 14:08
> To: Daniel Sanders
> Cc: llvm-commits
> Subject: Re: [llvm] r212522 - [mips] Improve encapsulation of the
> .MIPS.abiflags implementation and limit scope of related enums
> 
> Hi Daniel,
> 
> This mistmatch is causing warnings when built with Clang:
> 
> +struct MipsABIFlagsSection {
> [...[
> +class MipsABIFlagsSection;
> 
> From what I understand (poorly) it might well fail on some MS ABI platforms
> too, where structs and classes get different mangling.
> 
> Cheers.
> 
> Tim.




More information about the llvm-commits mailing list