[PATCH] D47877: [llvm-exegesis] Make BenchmarkRunner handle multiple configurations.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 05:15:57 PDT 2018


courbet added inline comments.


================
Comment at: tools/llvm-exegesis/lib/BenchmarkRunner.cpp:26
 
+static llvm::Error makeError(llvm::Twine Msg) {
+  return llvm::make_error<llvm::StringError>(Msg,
----------------
let's refactor this.


Repository:
  rL LLVM

https://reviews.llvm.org/D47877





More information about the llvm-commits mailing list