[PATCH] D74215: [llvm-exegesis] Improve error reporting in BenchmarkRunner.cpp
Clement Courbet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 7 05:09:50 PST 2020
courbet accepted this revision.
courbet added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/tools/llvm-exegesis/lib/Error.h:49
+private:
+ std::string Msg;
+};
----------------
please run clang-format on the patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74215/new/
https://reviews.llvm.org/D74215
More information about the llvm-commits
mailing list