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

Tim Northover t.p.northover at gmail.com
Tue Jul 8 06:07:41 PDT 2014


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