This is an archive of the discontinued LLVM Phabricator instance.

[llvm-exegesis] Program should succeed if benchmark returns StringError.
ClosedPublic

Authored by gchatelet on Jun 11 2018, 2:10 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

gchatelet created this revision.Jun 11 2018, 2:10 AM
courbet added inline comments.Jun 11 2018, 2:17 AM
tools/llvm-exegesis/llvm-exegesis.cpp
223 ↗(On Diff #150691)

EXIT_FAILURE ?

courbet accepted this revision.Jun 11 2018, 2:17 AM
This revision is now accepted and ready to land.Jun 11 2018, 2:17 AM
gchatelet updated this revision to Diff 150694.Jun 11 2018, 2:21 AM

Use EXIT_FAILURE instead of 1.

This revision was automatically updated to reflect the committed changes.