Re: [GOOGLE] Rewrite FUNCTION_DECL references after LIPO linking

2014-07-15 Thread Xinliang David Li
ok. This is now consistent with how cgraph targets are handled. (Changes like this may shake up more bugs due to bad assumptions. More extensive testing after this is expected). David On Tue, Jul 15, 2014 at 3:24 AM, Teresa Johnson wrote: > This patch will rewrite references to function decls in

[GOOGLE] Rewrite FUNCTION_DECL references after LIPO linking

2014-07-15 Thread Teresa Johnson
This patch will rewrite references to function decls in all statements after LIPO linking so that the subsequent cgraph rebuild will set up references correctly. Passes regression and internal testing. Ok for google/4_9? Thanks, Teresa 2014-07-15 Teresa Johnson Google ref b/16190119