pass 'lto_gimple_out' not found, how to migrate it for GCC v6.x?

Duncan Sands baldrick@free.fr
Fri Jul 28 08:13:00 GMT 2017


Hi,

> It says
> 
> // Disable all LTO passes.
> 
> (for whatever reason).  So try just removing this part - the pass is
> already removed.

IIRC it disables passes that run after gimple has been converted to LLVM IR, as 
running them would just consume time pointlessly.

Best wishes, Duncan.



More information about the Gcc mailing list