<div dir="ltr">I don't have any more concerns.<div><br></div><div>thanks,</div><div><br></div><div>David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 10, 2017 at 11:28 AM, Chandler Carruth via Phabricator <span dir="ltr"><<a href="mailto:reviews@reviews.llvm.org" target="_blank">reviews@reviews.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">chandlerc added a comment.<br>
<br>
FWIW, this all looks good on my end. David, does this address your concern?<br>
<span class=""><br>
<br>
<br>
================<br>
Comment at: lib/CodeGen/BackendUtil.cpp:<wbr>63-65<br>
<br>
+// Default filename used for profile generation.<br>
+static constexpr StringLiteral DefaultProfileGenName = "default_%m.profraw";<br>
----------------<br>
davide wrote:<br>
> davide wrote:<br>
> > FWIW, this was part of `AssemblyHelper` initially.<br>
> > I thought that worked, instead I got a linker error (undefined reference to etc..)<br>
> > I can't claim to be a C++ expert so I asked @Bigcheese and he pointed out this could actually be a bug in clang.<br>
> Just for the records, not a clang bug, it's missing an out-of-line def (thanks zygoloid for pointing out)<br>
</span>As discussed in IRC, looks like we know how to sink this into the class now.<br>
<br>
<br>
<a href="https://reviews.llvm.org/D29309" rel="noreferrer" target="_blank">https://reviews.llvm.org/<wbr>D29309</a><br>
<br>
<br>
<br>
</blockquote></div><br></div>