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.