diff mbox

[GOOGLE] record compiler options before any compilation

Message ID CAO2gOZXKAVHeX_F70b+hG0XQg-xQc_FODe=L+4thzAxwAMwbxw@mail.gmail.com
State New
Headers show

Commit Message

Dehao Chen July 10, 2013, 11:59 p.m. UTC
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

Comments

Xinliang David Li July 11, 2013, 12:05 a.m. UTC | #1
Ok after testing.

David

On Wed, Jul 10, 2013 at 4:59 PM, Dehao Chen <dehao@google.com> wrote:
> 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
>          {
diff mbox

Patch

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
         {