<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 --- - TargetOptions.DataSections not followed for literals"
href="http://llvm.org/bugs/show_bug.cgi?id=20262">20262</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>TargetOptions.DataSections not followed for literals
</td>
</tr>
<tr>
<th>Product</th>
<td>libraries
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</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>Target Description Classes
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>mrmocool@gmx.de
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-pc-windows-msvc"
@test1 = global i32 22
@test2 = global i32 33
define i32 @_D5test23fooFZi() nounwind readnone {
ret i32 1
}
define float @_D5test23barFZf() nounwind readnone {
ret float 5.000000e+00
}
define float @_D5test23bazFZf() nounwind readnone {
ret float 6.000000e+00
}
define i32 @main(i32 %argc_arg, i8** %argv_arg) nounwind readnone {
ret i32 0
}
define i32 @mainCRTStartup() nounwind readnone {
ret i32 0
}
$ llc -function-sections -data-sections -filetype=obj test.ll
$ dumpbin /headers test.obj
$ link /OPT:REF /OPT:ICF /VERBOSE /MAP test.obj</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>