diff options
Diffstat (limited to 'lldb/scripts/Python/use_lldb_suite.py')
-rw-r--r-- | lldb/scripts/Python/use_lldb_suite.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/scripts/Python/use_lldb_suite.py b/lldb/scripts/Python/use_lldb_suite.py index f3e358af143..6e24b9da8d3 100644 --- a/lldb/scripts/Python/use_lldb_suite.py +++ b/lldb/scripts/Python/use_lldb_suite.py @@ -2,6 +2,7 @@ import inspect import os import sys + def find_lldb_root(): lldb_root = os.path.dirname(inspect.getfile(inspect.currentframe())) while True: |