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: unassignedb...@nondot.org ReportedBy: thebohem...@gmx.net CC: llvmbugs@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. _______________________________________________ LLVMbugs mailing list LLVMbugs@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs