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

Nathan Slingerland via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 10 09:39:04 PST 2015


slingn added a comment.

>From the end user's perspective the <filename>:<weight> syntax seems the most intuitive and concise. And no matter what delimiter we choose (even with a separate option) there will still be edge cases for us to differentiate between file names containing ',' and the user trying but failing to specify a weight.


http://reviews.llvm.org/D15306





More information about the llvm-commits mailing list