https://bugs.llvm.org/show_bug.cgi?id=40467

            Bug ID: 40467
           Summary: -O0 builds get "relocation out of range" in
                    applyArm64Branch26
           Product: new-bugs
           Version: 8.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected]

An -O0 debug build of Firefox for aarch64-windows hits many instances of:

15:27.07 lld-link: error: relocation out of range

As far as I can tell, they're all from `applyArm64Branch26`. It doesn't appear
at -O1 and up, so I'm guessing the huge code sizes play a part in this. MSVC
seems okay with such sizes though.

I have a (very large) linkrepro that I can share upon request.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to