[PATCH] D14739: [llvm-profdata] Improve error messaging when merging mismatched profile data
Diego Novillo via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 09:50:44 PST 2015
dnovillo accepted this revision.
dnovillo added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: tools/llvm-profdata/llvm-profdata.cpp:48
@@ -45,2 +47,3 @@
+ StringRef Whence = "") {
if (Error.category() == instrprof_category()) {
instrprof_error instrError = static_cast<instrprof_error>(Error.value());
----------------
Could you commit pure clang-format changes separately? No need to have these reviewed.
http://reviews.llvm.org/D14739
More information about the llvm-commits
mailing list