<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 - Coverage option(--coverage) makes a compile error when the souce-code requires -mcmodel=large."
href="https://bugs.llvm.org/show_bug.cgi?id=39552">39552</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Coverage option(--coverage) makes a compile error when the souce-code requires -mcmodel=large.
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</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>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>ueno.masakazu@jp.fujitsu.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=21081" name="attach_21081" title="The log of compile-error and options">attachment 21081</a> <a href="attachment.cgi?id=21081&action=edit" title="The log of compile-error and options">[details]</a></span>
The log of compile-error and options
The libclang_rt.profile-x86_64.a that is used by --coverage is not available
when the date of user program exceeds 2GB.
When generating this library should I use -mcmodel=large or generate as a
dynamic library?
Are there any problem when use -mcmodel=large or generate/use dynamic library?
(I think the execution performance will be deteriorated if using
-mcmodel=large. Any other problems?)
The attached file contains the log of compile-error and options.</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>