[PATCH] D22560: [Profile] add support for reading directory as input for profile merging

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 20 00:11:36 PDT 2016


davidxl created this revision.
davidxl added a reviewer: vsk.
davidxl added a subscriber: llvm-commits.

With this patch, directory name can be specified as a positional input or as part of the weighted pairs in command line or input file specification file.

This is useful for use cases where user only cares to specify the profile data directory.

https://reviews.llvm.org/D22560

Files:
  test/tools/llvm-profdata/input-dir.test
  test/tools/llvm-profdata/input-filenames.test
  tools/llvm-profdata/llvm-profdata.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22560.64643.patch
Type: text/x-patch
Size: 5035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160720/4006e7d7/attachment.bin>


More information about the llvm-commits mailing list