[LLVMbugs] [Bug 15586] New: execute engine resolve external symbol incorrectly
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 25 06:57:00 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=15586
Bug ID: 15586
Summary: execute engine resolve external symbol incorrectly
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Target-Independent JIT
Assignee: unassignedbugs at nondot.org
Reporter: jiwang at tilera.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
on X86, run test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll with
-soft-float enabled, the test failed.
-bash-4.1$ ./Debug+Asserts/bin/llvm-lit
../tilegx-master/test/ExecutionEngine/MCJIT/test-common-symbols-remote.ll
-- Testing: 1 tests, 1 threads --
FAIL: LLVM :: ExecutionEngine/MCJIT/test-common-symbols-remote.ll (1 of 1)
Testing Time: 0.07s
********************
Failing Tests (1):
LLVM :: ExecutionEngine/MCJIT/test-common-symbols-remote.ll
Unexpected Failures: 1
the reason is the execution engine resolved external symbol __gedf2 etc
incorrectly.
Has anyone run into the same issue and got some information already?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130325/4a72b14f/attachment.html>
More information about the llvm-bugs
mailing list