<div dir="ltr">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)</div><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 20, 2015 at 10:50 AM Kamil Rytarowski via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">krytarowski added a comment.<br>
<br>
In <a href="http://reviews.llvm.org/D14844#293692" rel="noreferrer" target="_blank">http://reviews.llvm.org/D14844#293692</a>, @labath wrote:<br>
<br>
> If anyone hasn't found the link yet. it's <a href="http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/8653" rel="noreferrer" target="_blank">http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/8653</a>. 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 ;).<br>
<br>
<br>
Thank you, I was looking rather for build problems.. I will need to get Linux to try it out.<br>
<br>
At first thought I don't see relevance of NetBSD platform code to trigger asserts in the aux path.<br>
<br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D14844" rel="noreferrer" target="_blank">http://reviews.llvm.org/D14844</a><br>
<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>