<div dir="ltr">Hi <div><br></div><div>I use the LDFLAGS=" -flto -fuse-ld=gold  -Wl,-plugin-opt=save-temps " to generate the makefile and to make the whole program. However,  found four different kinds of bitcode for each target. For example, I am compiling coreutils. For the program "nohup", I can get</div><div> </div><div><div> nohup.0.0.preopt.bc</div><div> nohup.0.2.internalize.bc</div><div> nohup.0.4.opt.bc </div><div> nohup.0.5.precodegen.bc </div></div><div><br></div><div>If I am right, I can also get the bitcode with emit-llvm option in clang. May I know which bc among the above four should be the same as the one I generated with emit-llvm. More information are very thankful. </div><div><br></div><div>Regards</div><div>Muhui</div></div>