[Lldb-commits] [PATCH] D14844: Revert "Plug-in PlatformNetBSD initializer and terminator"

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 20 03:36:14 PST 2015


The problem is that in PlatformNetBSD::Initialize you call
Platform::SetHostPlatform unconditionally. You want to
call Platform::SetHostPlatform only if we are running on NetBSD so you have
to surround it with some conditional compilation (see example in
PlatformLinux::Initialize)

On Fri, Nov 20, 2015 at 10:50 AM Kamil Rytarowski via lldb-commits <
lldb-commits at lists.llvm.org> wrote:

> krytarowski added a comment.
>
> In http://reviews.llvm.org/D14844#293692, @labath wrote:
>
> > If anyone hasn't found the link yet. it's
> http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/8653.
> There is no mailing list but you can monitor the webpage containing all
> builtbots. They are not sending out blame emails, as the tests are not
> passing 100% reliably (yet). We could add you to the opt-in list which we
> receive, but you'll probably regret that soon ;).
>
>
> Thank you, I was looking rather for build problems.. I will need to get
> Linux to try it out.
>
> At first thought I don't see relevance of NetBSD platform code to trigger
> asserts in the aux path.
>
>
> Repository:
>   rL LLVM
>
> http://reviews.llvm.org/D14844
>
>
>
> _______________________________________________
> lldb-commits mailing list
> lldb-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151120/85ac7663/attachment.html>


More information about the lldb-commits mailing list