Re: [GOOGLE] Treat artificial from aux modules as non-external

2014-10-16 Thread Xinliang David Li
Ok if large tests pass. David On Thu, Oct 16, 2014 at 9:16 AM, Teresa Johnson wrote: > The following patch fixes a LIPO issue with a virtual implicitly > instantiated destructor from an aux module that was needed when we > devirtualized a call from the primary module, but it was not available >

[GOOGLE] Treat artificial from aux modules as non-external

2014-10-16 Thread Teresa Johnson
The following patch fixes a LIPO issue with a virtual implicitly instantiated destructor from an aux module that was needed when we devirtualized a call from the primary module, but it was not available (not promoted to global) in aux module since it is DECL_ARTIFICIAL. Fixes compilation issue, pa