<div dir="ltr">Is there a way to get object files from the LTO step before the linker performs the final link phase? What I'd like to do is given these bitcode files:<div><br></div><div>  a.lto.o, b.lto.o, c.lto.o</div><div><br></div><div>run LTO on them and get out the object files:</div><div><br></div><div>  a.o, b.o, c.o</div><div><div><br></div><div>(These .o files hold the code that is sent directly to the final link phase.)</div><div><br></div><div>If there doesn't currently exist a way, is such a thing possible?</div><div><br></div><div>-bw</div></div></div>