This fix is need if you want to collect AutoFDO profile on AutoFDO+LIPO optimized binary.
Testing on going. OK for google branches? Thanks, Dehao Index: gcc/toplev.c =================================================================== --- gcc/toplev.c (revision 200855) +++ gcc/toplev.c (working copy) @@ -1960,9 +1960,9 @@ timevar_stop (TV_PHASE_SETUP); - compile_file (); if (flag_record_compilation_info_in_elf) write_compilation_info_to_asm (); + compile_file (); } else {