This is an archive of the discontinued LLVM Phabricator instance.

RunSafely: Add option to omit exit status from output.
ClosedPublic

Authored by MatzeB on Nov 13 2015, 8:39 PM.

Details

Summary

Add an option to stop RunSafely.sh from outputting the process exit status at the end of the output.

This is useful for external benchmark suites which bring reference files
for stdout without the llvm-test-suite convention of having an exit code
behind the stdout output.

We also make cmake/lit system configurable here: By default we do not append the exit status but we create a bunch of local lit configs to enable this behaviour for the SingleSource/MultiSource and some of the External tests in the test-suite.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 40205.Nov 13 2015, 8:39 PM
MatzeB retitled this revision from to RunSafely: Add option to omit exit status from output..
MatzeB updated this object.
MatzeB added reviewers: ddunbar, jmolloy, beanz, rengolin.
MatzeB added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.