<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 --- - assertion "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failed in RuntimeDyldELF.cpp"
href="http://llvm.org/bugs/show_bug.cgi?id=20457">20457</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>assertion "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failed in RuntimeDyldELF.cpp
</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-Independent JIT
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>zosrothko@orange.fr
</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>Created <span class=""><a href="attachment.cgi?id=12829" name="attach_12829" title="mcjit lli execution of test-setcond-fp.ll with debug">attachment 12829</a> <a href="attachment.cgi?id=12829&action=edit" title="mcjit lli execution of test-setcond-fp.ll with debug">[details]</a></span>
mcjit lli execution of test-setcond-fp.ll with debug
I am building LLVM from the SVN trunk at 213638 on a W7/X86_64/Cygwin system
and running make check leads to a series of failed assertions like
********************
FAIL: LLVM :: ExecutionEngine/MCJIT/test-setcond-fp.ll (6185 of 11245)
******************** TEST 'LLVM :: ExecutionEngine/MCJIT/test-setcond-fp.ll'
FAILED ********************
Script:
--
/cygdrive/z/dev/llvm/x64/static/Release+Asserts/bin/lli -use-mcjit
-mtriple=x86_64-unknown-cygwin-elf
/cygdrive/z/dev/llvm/x64/llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll >
/dev/null
--
Exit Code: 134
Command Output (stderr):
--
assertion "RealOffset <= INT32_MAX && RealOffset >= INT32_MIN" failed: file
"/cygdrive/z/dev/llvm/x64/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp",
line 308, function: void llvm::RuntimeDyldELF::resolveX86_64Relocation(const
llvm::SectionEntry&, uint64_t, uint64_t, uint32_t, int64_t, uint64_t)
Stack dump:
0. Program arguments:
/cygdrive/z/dev/llvm/x64/static/Release+Asserts/bin/lli -use-mcjit
-mtriple=x86_64-unknown-cygwin-elf
/cygdrive/z/dev/llvm/x64/llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll
/cygdrive/z/dev/llvm/x64/static/test/ExecutionEngine/MCJIT/Output/test-setcond-fp.ll.script:
line 1: 5552 Aborted /cygdrive/z/dev/llvm/x64/static/Release+Asserts/bin/lli
-use-mcjit -mtriple=x86_64-unknown-cygwin-elf
/cygdrive/z/dev/llvm/x64/llvm/test/ExecutionEngine/MCJIT/test-setcond-fp.ll >
/dev/null</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>