BenchmarkResult IO functions now return an Error or Expected so caller can deal take proper action.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 19029 Build 19029: arc lint + arc unit
Paths
| Differential D47868
[llvm-exegesis] Improve error reporting. ClosedPublic Authored by gchatelet on Jun 7 2018, 12:26 AM.
Details Summary BenchmarkResult IO functions now return an Error or Expected so caller can deal take proper action.
Diff Detail
Event Timeline
gchatelet marked an inline comment as done. Comment ActionsUpdating D47868: [llvm-exegesis] Improve error reporting. This revision is now accepted and ready to land.Jun 7 2018, 12:46 AM Closed by commit rL334167: [llvm-exegesis] Improve error reporting. (authored by gchatelet). · Explain WhyJun 7 2018, 12:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150262 tools/llvm-exegesis/lib/BenchmarkResult.h
tools/llvm-exegesis/lib/BenchmarkResult.cpp
tools/llvm-exegesis/llvm-exegesis.cpp
unittests/tools/llvm-exegesis/BenchmarkResultTest.cpp
|
remove OrDie (same below)