diff options
-rw-r--r-- | lldb/lldb.root | 0 | ||||
-rw-r--r-- | lldb/packages/Python/lldbsuite/__init__.py | 2 | ||||
-rw-r--r-- | lldb/scripts/Python/use_lldb_suite.py | 2 | ||||
-rw-r--r-- | lldb/scripts/use_lldb_suite.py | 2 | ||||
-rw-r--r-- | lldb/test/use_lldb_suite.py | 2 |
5 files changed, 4 insertions, 4 deletions
diff --git a/lldb/lldb.root b/lldb/lldb.root deleted file mode 100644 index e69de29bb2d..00000000000 --- a/lldb/lldb.root +++ /dev/null diff --git a/lldb/packages/Python/lldbsuite/__init__.py b/lldb/packages/Python/lldbsuite/__init__.py index dc02ad9ab7c..fb65606923e 100644 --- a/lldb/packages/Python/lldbsuite/__init__.py +++ b/lldb/packages/Python/lldbsuite/__init__.py @@ -11,7 +11,7 @@ def find_lldb_root(): if lldb_root is None: return None - test_path = os.path.join(lldb_root, "lldb.root") + test_path = os.path.join(lldb_root, "use_lldb_suite_root.py") if os.path.isfile(test_path): return lldb_root return None diff --git a/lldb/scripts/Python/use_lldb_suite.py b/lldb/scripts/Python/use_lldb_suite.py index 3dbcbb91700..63a098cea22 100644 --- a/lldb/scripts/Python/use_lldb_suite.py +++ b/lldb/scripts/Python/use_lldb_suite.py @@ -9,7 +9,7 @@ def find_lldb_root(): if lldb_root is None: return None - test_path = os.path.join(lldb_root, "lldb.root") + test_path = os.path.join(lldb_root, "use_lldb_suite_root.py") if os.path.isfile(test_path): return lldb_root return None diff --git a/lldb/scripts/use_lldb_suite.py b/lldb/scripts/use_lldb_suite.py index 3dbcbb91700..63a098cea22 100644 --- a/lldb/scripts/use_lldb_suite.py +++ b/lldb/scripts/use_lldb_suite.py @@ -9,7 +9,7 @@ def find_lldb_root(): if lldb_root is None: return None - test_path = os.path.join(lldb_root, "lldb.root") + test_path = os.path.join(lldb_root, "use_lldb_suite_root.py") if os.path.isfile(test_path): return lldb_root return None diff --git a/lldb/test/use_lldb_suite.py b/lldb/test/use_lldb_suite.py index 3dbcbb91700..63a098cea22 100644 --- a/lldb/test/use_lldb_suite.py +++ b/lldb/test/use_lldb_suite.py @@ -9,7 +9,7 @@ def find_lldb_root(): if lldb_root is None: return None - test_path = os.path.join(lldb_root, "lldb.root") + test_path = os.path.join(lldb_root, "use_lldb_suite_root.py") if os.path.isfile(test_path): return lldb_root return None |