This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch Darwin/Objc] Fix PR 48094.


On Aug 18, 2013, at 12:52 PM, Iain Sandoe <iain@codesourcery.com> wrote:
> The PR is a(nother) bad interaction between [Darwin/NeXT] ObjC meta-data and LTO.
> 
> So the fix proposed does this:
> 
> (i)   removes the generation of this meta-data from the ObjC FE.
> (ii)  make LTO recognise the relevant c/l switches.
> (iii) detect the presence of ObjC/ObjC++ [classes or other metadata] during code-gen.
> (iv)  When objc is detected emit the ImageInfo section from the backend.

> OK for trunk, and open branches?

Ok.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]