[PATCH] D15306: [llvm-profdata] Add support for weighted merge of profile data (2nd try)

Xinliang David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 14:29:52 PST 2015


What kind of windows test failure was there?

David

On Mon, Dec 7, 2015 at 2:15 PM, Nathan Slingerland <slingn at gmail.com> wrote:
> slingn updated this revision to Diff 42107.
> slingn added a comment.
>
> Fix for Windows test failure.
>
>
> http://reviews.llvm.org/D15306
>
> Files:
>   docs/CommandGuide/llvm-profdata.rst
>   include/llvm/ProfileData/InstrProf.h
>   include/llvm/ProfileData/InstrProfWriter.h
>   include/llvm/ProfileData/SampleProf.h
>   lib/ProfileData/InstrProfWriter.cpp
>   test/tools/llvm-profdata/Inputs/weight-instr-bar.profdata
>   test/tools/llvm-profdata/Inputs/weight-instr-foo.profdata
>   test/tools/llvm-profdata/Inputs/weight-sample-bar.proftext
>   test/tools/llvm-profdata/Inputs/weight-sample-foo.proftext
>   test/tools/llvm-profdata/weight-instr.test
>   test/tools/llvm-profdata/weight-sample.test
>   tools/llvm-profdata/llvm-profdata.cpp
>   unittests/ProfileData/InstrProfTest.cpp
>


More information about the llvm-commits mailing list