<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - regression: can't build from source: The dependency target "cxx" of target "check-all" does not exist"
href="https://bugs.llvm.org/show_bug.cgi?id=40201">40201</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>regression: can't build from source: The dependency target "cxx" of target "check-all" does not exist
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>release blocker
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@lists.llvm.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>thelastmammoth@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>instructions from <a href="https://lldb.llvm.org/build.html">https://lldb.llvm.org/build.html</a> used to work, but is
currently broken:
```
git clone <a href="https://git.llvm.org/git/llvm.git/">https://git.llvm.org/git/llvm.git/</a>
cd llvm/tools
git clone <a href="https://git.llvm.org/git/clang.git/">https://git.llvm.org/git/clang.git/</a>
git clone <a href="https://git.llvm.org/git/lldb.git/">https://git.llvm.org/git/lldb.git/</a>
cd ../..
mkdir build
cd build
cmake .. -G Ninja
```
```
...
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Configuring done
CMake Error at cmake/modules/AddLLVM.cmake:1362 (add_dependencies):
The dependency target "cxx" of target "check-all" does not exist.
Call Stack (most recent call first):
CMakeLists.txt:928 (add_lit_target)
CMake Error at cmake/modules/AddLLVM.cmake:1362 (add_dependencies):
The dependency target "cxx" of target
"check-lldb-tools-lldb-mi-target-inputs" does not exist.
Call Stack (most recent call first):
cmake/modules/AddLLVM.cmake:1414 (add_lit_target)
tools/lldb/lit/CMakeLists.txt:93 (add_lit_testsuites)
CMake Error at cmake/modules/AddLLVM.cmake:1362 (add_dependencies):
The dependency target "cxx" of target "check-lldb-tools-lldb-mi-target"
does not exist.
Call Stack (most recent call first):
cmake/modules/AddLLVM.cmake:1414 (add_lit_target)
tools/lldb/lit/CMakeLists.txt:93 (add_lit_testsuites)
CMake Error at cmake/modules/AddLLVM.cmake:1362 (add_dependencies):
The dependency target "cxx" of target
...
```
not sure whether <a class="bz_bug_link
bz_status_NEW "
title="NEW - Libcxx should be a dependency of check-lldb target"
href="show_bug.cgi?id=39910">https://bugs.llvm.org/show_bug.cgi?id=39910</a> is related
I'm on OSX mojave 10.14.1</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>