This is an archive of the discontinued LLVM Phabricator instance.

Create lldbsuite.support.fs and move `find_executable` there
ClosedPublic

Authored by zturner on Nov 20 2015, 1:29 PM.

Details

Reviewers
tfiala
Summary

Prepare_bindings had a hand-rolled function to search the PATH for an executable. I need to use this same function in a new script, so I'm raising the function into lldbsuite.support so we can reuse it.

Diff Detail

Event Timeline

zturner updated this revision to Diff 40822.Nov 20 2015, 1:29 PM
zturner retitled this revision from to Create lldbsuite.support.fs and move `find_executable` there.
zturner updated this object.
zturner added a reviewer: tfiala.
zturner added a subscriber: lldb-commits.
tfiala accepted this revision.Nov 20 2015, 5:13 PM
tfiala edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Nov 20 2015, 5:13 PM

Can this be closed out?

zturner closed this revision.Jan 21 2016, 10:40 AM