On Thu, Jul 16, 2015 at 04:20:56PM +0100, Kyrill Tkachov wrote:
> Hi all,
>
> This patch implements TARGET_SET_CURRENT_FUNCTION and defines
> SWITCHABLE_TARGET.
> With this patch in the series, we should be far enough to get LTO option
> switching to work properly.
>
> The implementation if TAR
Hi all,
This patch implements TARGET_SET_CURRENT_FUNCTION and defines SWITCHABLE_TARGET.
With this patch in the series, we should be far enough to get LTO option
switching to work properly.
The implementation if TARGET_SET_CURRENT_FUNCTION is pretty much a direct copy
from the rs6000 backend,