[PATCH] D15211: [ProfileData] Add unit test infrastructure for sample profile reader/writer

Nathan Slingerland via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 9 16:56:51 PST 2015


slingn updated this revision to Diff 42358.
slingn marked an inline comment as done.
slingn added a comment.

Updated for davidxl's comments.

Reverted to unique_ptr<raw_ostream> interface and put back SampleProfWriter file path factory function.


http://reviews.llvm.org/D15211

Files:
  include/llvm/ProfileData/SampleProfReader.h
  include/llvm/ProfileData/SampleProfWriter.h
  lib/ProfileData/SampleProfReader.cpp
  lib/ProfileData/SampleProfWriter.cpp
  unittests/ProfileData/CMakeLists.txt
  unittests/ProfileData/SampleProfTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15211.42358.patch
Type: text/x-patch
Size: 12896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151210/b7e01e53/attachment.bin>


More information about the llvm-commits mailing list