Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/tools/llvm-exegesis/
-
trunk/
-
tools/
-
llvm-exegesis/
-
llvm-exegesis.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D48004
[llvm-exegesis] Program should succeed if benchmark returns StringError.
Closed
Public
Authored by
gchatelet
on Jun 11 2018, 2:10 AM.
Download Raw Diff
Details
Reviewers
courbet
Commits
rG64165929092e: [llvm-exegesis] Program should succeed if benchmark returns StringError.
rL334395: [llvm-exegesis] Program should succeed if benchmark returns StringError.
Summary
Fix for
https://bugs.llvm.org/show_bug.cgi?id=37759
.
Diff Detail
Repository
rL LLVM
Event Timeline
gchatelet
created this revision.
Jun 11 2018, 2:10 AM
Herald
added subscribers:
llvm-commits
,
tschuett
.
·
View Herald Transcript
Jun 11 2018, 2:10 AM
Harbormaster
completed remote builds in
B19145: Diff 150691
.
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
Comment Actions
Use EXIT_FAILURE instead of 1.
Closed by commit
rL334395: [llvm-exegesis] Program should succeed if benchmark returns StringError.
(authored by
gchatelet
).
·
Explain Why
Jun 11 2018, 2:22 AM
This revision was automatically updated to reflect the committed changes.