[Lldb-commits] [PATCH] D12659: Use SI_KERNEL on platforms defining it
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 10 16:35:20 PDT 2015
emaste added a comment.
In http://reviews.llvm.org/D12659#243729, @krytarowski wrote:
> In http://reviews.llvm.org/D12659#243415, @sas wrote:
>
> >
>
>
> 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.
I agree - there's no point in trying to manually keep a list in the comment up to date.
Repository:
rL LLVM
http://reviews.llvm.org/D12659
More information about the lldb-commits
mailing list