Commit 5d94d3f
committed
[lit] Detect lldb by checking both for lldb_build_root and that that root contains an lldb exec.
Otherwise, if one builds lldb with a specific build-script config and does not
fully build lldb, one will not be blocked from testing. With this change, one
instead gets a warning that we found a configured lldb dir, but not lldb exec.1 parent 4a50e23 commit 5d94d3f
1 file changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
1918 | 1920 | | |
1919 | 1921 | | |
1920 | 1922 | | |
1921 | | - | |
1922 | 1923 | | |
1923 | | - | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
1924 | 1931 | | |
1925 | 1932 | | |
1926 | 1933 | | |
| |||
0 commit comments