[Lldb-commits] [PATCH] D15482: Welcome to NetBSD signals

Kamil Rytarowski via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 14 16:04:52 PST 2015


krytarowski added inline comments.

================
Comment at: source/Target/UnixSignals.cpp:66
@@ -64,4 +65,3 @@
         case llvm::Triple::FreeBSD:
         case llvm::Triple::OpenBSD:
             return std::make_shared<FreeBSDSignals>();
----------------
emaste wrote:
> Not part of your change, but just spotted it during this review; The default case should probably be used for OpenBSD. We can change it later.
I will leave it as it is.


Repository:
  rL LLVM

http://reviews.llvm.org/D15482





More information about the lldb-commits mailing list