http://llvm.org/bugs/show_bug.cgi?id=21660

            Bug ID: 21660
           Summary: [mach-o] Relocations don't use offsetInTo
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: release blocker
          Priority: P
         Component: All Bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

Function et al relocations don't point to the correct address as they appear to
point to the atom's start address. See ArchHandler_arm.cpp ln850 for example.
toAddress seems to point to the Atom's address. offsetInTo should be added to
the addend.

-- 
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