krytarowski added a comment.

In http://reviews.llvm.org/D12659#243415, @sas wrote:

> Makes sense. Adding a tiny comment explaining which platforms get SI_KERNEL 
> might be a good idea here.


Can I replace the following comment:

  // Linux will occasionally send spurious SI_KERNEL codes.
  // (this is poorly documented in sigaction)
  // One way to get this is via unaligned SIMD loads.

To something more generic:

  // Some platforms will occasionally send nonstandard spurious SI_KERNEL codes.
  // One way to get this is via unaligned SIMD loads.

This is not exactly what you asked for but makes it more generic and thus not 
desynchronized with the reality when the time will pass.


Repository:
  rL LLVM

http://reviews.llvm.org/D12659



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

Reply via email to