[LLVMbugs] [Bug 22692] New: One MCJIT tests fails on AArch64 bootstrap
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Feb 25 04:48:00 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22692
Bug ID: 22692
Summary: One MCJIT tests fails on AArch64 bootstrap
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: MCJIT
Assignee: unassignedbugs at nondot.org
Reporter: renato.golin at linaro.org
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The test below XFAILs on first and second builds of a CMake bootstrap but they
fail on Phase3 of a configure bootstrap (what we use for releases).
******************** TEST 'LLVM :: ExecutionEngine/MCJIT/hello-sm-pic.ll'
FAILED ********************
Script:
--
/home/linaro/devel/llvm/release/final/Phase3/Release/llvmCore-3.6.0-final.obj/Release/bin/lli
-relocation-model=pic -code-model=small
/home/linaro/devel/llvm/release/final/llvm.src/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
> /dev/null
--
Exit Code: 0
********************
I'm not too worried about it, but it'd be good to know what's the difference
and maybe apply that to CMake to make more MCJIT tests pass on ARM/AArch64, and
possibly other architectures.
--
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/20150225/2c7b4e01/attachment.html>
More information about the llvm-bugs
mailing list