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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to