<div dir="ltr">Are you building with cmake or with XCode? If you are using cmake then you should be able to reproduce it with running "ninja check-lldb-unit". It failed to link one of the unittest targets because UtilityTests don't have an explicit dependency on lldbHost (where ThreadLauncher is defined). You can fix it by the following patch: <a href="https://reviews.llvm.org/P8037">https://reviews.llvm.org/P8037</a><div><br></div><div>Tamas</div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Sep 18, 2017 at 4:47 PM Francis Ricci via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">fjricci reopened this revision.<br>
fjricci added a comment.<br>
This revision is now accepted and ready to land.<br>
<br>
Is ThreadLauncher unavailable in this code for some reason? The link failed on linux buildbots (building lldb on Darwin was fine locally): <a href="http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/13311/steps/run%20unit%20tests/logs/stdio" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/13311/steps/run%20unit%20tests/logs/stdio</a><br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="https://reviews.llvm.org/D37930" rel="noreferrer" target="_blank">https://reviews.llvm.org/D37930</a><br>
<br>
<br>
<br>
</blockquote></div>