I am looking at trying out thinlto on our large c++ programs. We have
had to do a bunch of careful things to make sure things get linked in
the right order to get the static initialization to work right.
Two questions:
Will thinlto honor the command line ordering of files that we set?
In theo
On Thu, 18 Jul 2019 at 21:15, Jerry Scharf via cfe-users
wrote:
>
> I am looking at trying out thinlto on our large c++ programs. We have
> had to do a bunch of careful things to make sure things get linked in
> the right order to get the static initialization to work right.
>
> Two questions:
>
>