This is an archive of the discontinued LLVM Phabricator instance.

We can't use sys.path[0] to determine the script directory because it doesn't work under a debugger
ClosedPublic

Authored by vharron on May 7 2015, 6:33 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

vharron updated this revision to Diff 25274.May 7 2015, 6:33 PM
vharron retitled this revision from to We can't use sys.path[0] to determine the script directory because it doesn't work under a debugger.
vharron updated this object.
vharron edited the test plan for this revision. (Show Details)
vharron added reviewers: chying, clayborg.
vharron added a subscriber: Unknown Object (MLST).
clayborg accepted this revision.May 8 2015, 10:59 AM
clayborg edited edge metadata.

Using file is the best way to go.

This revision is now accepted and ready to land.May 8 2015, 10:59 AM
This revision was automatically updated to reflect the committed changes.