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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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

Reply via email to