Allows the linker to "exit early" after running specific LTO module hooks.
This is useful in combination with --save-temps= (D127778) as it gives the flexibility of stopping lld once the desired files are emitted. This minimizes wasted time (from performing optimizations, codegen, linking, etc) when all that is desired from the linker is the "--save-temps=import" output (which is completed before the aforementioned tasks), as in the case of extracting a training corpus for MLGO.
"unknown --lto-exit-on: " + xxx. If unknown, config->ltoExitOn should be empty.