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: https://reviews.llvm.org/P8037
Tamas On Mon, Sep 18, 2017 at 4:47 PM Francis Ricci via Phabricator < revi...@reviews.llvm.org> wrote: > fjricci reopened this revision. > fjricci added a comment. > This revision is now accepted and ready to land. > > Is ThreadLauncher unavailable in this code for some reason? The link > failed on linux buildbots (building lldb on Darwin was fine locally): > http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/13311/steps/run%20unit%20tests/logs/stdio > > > Repository: > rL LLVM > > https://reviews.llvm.org/D37930 > > > >
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits