This is an archive of the discontinued LLVM Phabricator instance.

RunSafely.sh: Allow the specification of a working directory
ClosedPublic

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

Details

Summary

Also changes the lit tests to recognize a

cd $DIR ; command

pattern and change it into the apropriate RunSafely.sh options.

It also adds a convenience WORKDIR option to the llvm_test_run() cmake macro.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 40206.Nov 13 2015, 8:41 PM
MatzeB retitled this revision from to RunSafely.sh: Allow the specification of a working directory.
MatzeB updated this object.
MatzeB added reviewers: ddunbar, jmolloy, rengolin.
MatzeB added a subscriber: llvm-commits.
This revision was automatically updated to reflect the committed changes.