[lldb-dev] [PATCH] for linux build break in Host.cpp

Sylvestre Ledru sylvestre at debian.org
Fri Dec 13 01:56:39 PST 2013


Hello Todd,
On 13/12/2013 01:38, Todd Fiala wrote:
> Hi all,
>
> Please find attached a candidate patch for this bug:
> http://llvm.org/bugs/show_bug.cgi?id=18236
>
> It fixes an issue where a signum => name mapping function has multiple
> case statements that define to the same integral value on my Linux
> (Ubuntu 12.04, x86_64).  It's for SIGIO and SIGPOLL.  In the case that
> they are both defined the same, I have SIGIO winning on the name mapping.
>
> If that sounds reasonable, could I get a committer to apply it?  Thanks!
>
Committed as r197221.

Thanks, I had the same issue.
Sylvestre



More information about the lldb-dev mailing list