[LLVMbugs] [Bug 3423] New: link fails on ARM EABI machine
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Jan 27 04:23:37 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3423
Summary: link fails on ARM EABI machine
Product: libraries
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Target-Independent JIT
AssignedTo: unassignedbugs at nondot.org
ReportedBy: thebohemian at gmx.net
CC: llvmbugs at cs.uiuc.edu
Hi,
currently linking llvm on ARM EABI machines fails because of the missing symbol
__register_frame
which is not available on that platform. The suggested workaround is to disable
its use depending on the __ARM_EABI__ macro. See patch.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list