[PATCH] D47868: [llvm-exegesis] Improve error reporting.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 7 00:32:48 PDT 2018


courbet added inline comments.


================
Comment at: tools/llvm-exegesis/lib/BenchmarkResult.h:62
+  static llvm::Expected<InstructionBenchmark>
   readYamlOrDie(const BenchmarkResultContext &Context,
                 llvm::StringRef Filename);
----------------
remove OrDie (same below)


Repository:
  rL LLVM

https://reviews.llvm.org/D47868





More information about the llvm-commits mailing list