<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - Linux build error: Host.cpp switch statement, multiple define cases with same value"
href="http://llvm.org/bugs/show_bug.cgi?id=18236">18236</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Linux build error: Host.cpp switch statement, multiple define cases with same value
</td>
</tr>
<tr>
<th>Product</th>
<td>lldb
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>All Bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>lldb-dev@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Reporter</th>
<td>tfiala@google.com
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>/usr/local/google/home/tfiala/lldb/work/llvm/tools/lldb/source/Host/common/Host.cpp:
In static member function ‘static const char*
lldb_private::Host::GetSignalAsCString(int)’:
/usr/local/google/home/tfiala/lldb/work/llvm/tools/lldb/source/Host/common/Host.cpp:515:5:
error: duplicate case value
case SIGIO: return "SIGIO"; // 23 input/output possible signal
^
/usr/local/google/home/tfiala/lldb/work/llvm/tools/lldb/source/Host/common/Host.cpp:494:5:
error: previously used here
case SIGPOLL: return "SIGPOLL"; // 7 pollable event ([XSR]
generated, not supported)
^
Core issue: on Ubuntu 12.04 x86_64, SIGIO and SIGPOLL both define to the same
value.
Candidate fix in progress.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>