krytarowski added a comment.

In http://reviews.llvm.org/D14844#293787, @tberghammer wrote:

> 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)


Thank you! You are right about it!


Repository:
  rL LLVM

http://reviews.llvm.org/D14844



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to