[Lldb-commits] [PATCH] D37930: Use ThreadLauncher to launch TaskPool threads

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 18 08:55:58 PDT 2017


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 <
reviews at 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
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20170918/158b13dc/attachment.html>


More information about the lldb-commits mailing list