Thanks!
On Tue, Jun 14, 2016 at 10:30 AM, Vedant Kumar wrote:
> I think David got rid of that limitation.
>
> The related warning in compiler-rt does not reflect this:
>
> PROF_WARN("%%m specifier can only be specified once at the end of
> %s.\n", ...);
>
> Fixed the warning in r272685.
>
> th
I think David got rid of that limitation.
The related warning in compiler-rt does not reflect this:
PROF_WARN("%%m specifier can only be specified once at the end of %s.\n",
...);
Fixed the warning in r272685.
thanks,
vedant
> On Jun 13, 2016, at 8:13 PM, Sean Silva wrote:
>
>
>
> On Mo
On Mon, Jun 13, 2016 at 5:42 PM, Vedant Kumar via cfe-commits <
cfe-commits@lists.llvm.org> wrote:
> Author: vedantk
> Date: Mon Jun 13 19:42:12 2016
> New Revision: 272604
>
> URL: http://llvm.org/viewvc/llvm-project?rev=272604&view=rev
> Log:
> [docs] Coverage: Document the profile merge pool sp
Author: vedantk
Date: Mon Jun 13 19:42:12 2016
New Revision: 272604
URL: http://llvm.org/viewvc/llvm-project?rev=272604&view=rev
Log:
[docs] Coverage: Document the profile merge pool specifier
Modified:
cfe/trunk/docs/SourceBasedCodeCoverage.rst
Modified: cfe/trunk/docs/SourceBasedCodeCovera