<html>
<head>
<base href="https://bugs.llvm.org/">
</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 - CommandLine Error: Option 'limited-coverage-experimental' registered more than once!"
href="https://bugs.llvm.org/show_bug.cgi?id=43008">43008</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>CommandLine Error: Option 'limited-coverage-experimental' registered more than once!
</td>
</tr>
<tr>
<th>Product</th>
<td>clang
</td>
</tr>
<tr>
<th>Version</th>
<td>9.0
</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>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>Modules
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedclangbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>rene@exactcode.de
</td>
</tr>
<tr>
<th>CC</th>
<td>dgregor@apple.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
</td>
</tr></table>
<p>
<div>
<pre>Building 9.0-rc2 my resulting clang errors out early on startup with: :
CommandLine Error: Option 'limited-coverage-experimental' registered more than
once!
LLVM ERROR: inconsistency in registered CommandLine options
I immediately only see that defined once in the source though. Patching the
erorr way, and rebuilding I get a couple more:
: CommandLine Error: Option 'limited-coverage-experimental' registered more
than once!
: CommandLine Error: Option 'enable-value-profiling' registered more than once!
: CommandLine Error: Option 'filter' registered more than once!
: CommandLine Error: Option 'execute-concurrency' registered more than once!
: CommandLine Error: Option 'executor' registered more than once!
(and then it segfaults, but that is my fault of patching throwing the error
out).
This is on GNU (T2) Linux, and I even build it three times on a x32/gcc/glibc
amd64/gcc/glibc and amd64/gcc/musl VM with exactly same result on each three.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>