This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]