<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jul 7, 2015 at 11:35 AM, Diego Novillo <span dir="ltr"><<a href="mailto:dnovillo@google.com" target="_blank">dnovillo@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">ping?</blockquote><div><pre class="">+  Without any other arguments, ``-fprofile-generate`` behaves identically to
+  ``-fprofile-instr-generate``. When given a directory name, it generates the
+  profile file ``default.profraw`` in the directory named ``dirname``. If
+  ``dirname`` does not exist, it will be created. The environment variable
</pre></div><div>Maybe "it will be created at runtime." to clarify that we won't create a directory as a side-effect of the compile.</div><div><br></div><div>Is it possible to transform -fprofile-instr-generate into -fprofile-instr-generate=default.profraw and remove frontend support for the non-= form? (If so, I'm happy with that being a follow-up patch.)</div><div><br></div><div>I think it'd be slightly better for -fprofile-generate= to override -fprofile-instr-generate= and vice versa (last on the command line wins) rather than making them conflict.</div><div><br></div><div>Otherwise, frontend patch LGTM.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Thanks.  Diego.<br>
<div class=""><div class="h5"><br>
On Wed, Jul 1, 2015 at 7:33 AM, Diego Novillo <<a href="mailto:dnovillo@google.com">dnovillo@google.com</a>> wrote:<br>
> I've updated the frontend and runtime patches based on the discussions<br>
> we had in this thread and IRC.<br>
><br>
> Thanks.  Diego.<br>
</div></div><div class=""><div class="h5">_______________________________________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@cs.uiuc.edu">cfe-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits</a><br>
</div></div></blockquote></div><br></div></div>