summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/Python/use_lldb_suite.py
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-11-20 17:40:57 +0000
committerZachary Turner <zturner@google.com>2015-11-20 17:40:57 +0000
commit4c152690be6986a69602977a3bac250efeb5bb11 (patch)
treee5cdba33492be6f1baf5575c58a36e3b5042aebe /lldb/scripts/Python/use_lldb_suite.py
parent543cb4c333bb92f14752884df2bd9d5274db7218 (diff)
downloadbcm5719-llvm-4c152690be6986a69602977a3bac250efeb5bb11.tar.gz
bcm5719-llvm-4c152690be6986a69602977a3bac250efeb5bb11.zip
Remove `lldb.root` and just look for the file we care about.
llvm-svn: 253679
Diffstat (limited to 'lldb/scripts/Python/use_lldb_suite.py')
-rw-r--r--lldb/scripts/Python/use_lldb_suite.py2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud