[Lldb-commits] [PATCH] D14844: Revert "Plug-in PlatformNetBSD initializer and terminator"
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 20 10:25:48 PST 2015
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
More information about the lldb-commits
mailing list