Displaying 3 results from an estimated 3 matches for "pr31109".
2017 Dec 04
5
[RFC] - Deduplication of debug information in linkers (LLD).
Hi all !
We have an issue with LLD, it is "relocation R_X86_64_32 out of range" (PR31109)
which occurs during resolving relocations in debug sections. It looks happens
because .debug_info section can be too large sometimes and 32x relocation is not enough
to represent the value. One of possible solutions looks to be to deduplicate information
to reduce .debug_info size.
The rest of mai...
2017 Dec 04
5
[RFC] - Deduplication of debug information in linkers (LLD).
...ists.llvm.org] On Behalf Of George Rimar via llvm-dev
Sent: Monday, December 04, 2017 7:11 AM
To: llvm-dev at lists.llvm.org
Subject: [llvm-dev] [RFC] - Deduplication of debug information in linkers (LLD).
Hi all !
We have an issue with LLD, it is "relocation R_X86_64_32 out of range" (PR31109)
which occurs during resolving relocations in debug sections. It looks happens
because .debug_info section can be too large sometimes and 32x relocation is not enough
to represent the value. One of possible solutions looks to be to deduplicate information
to reduce .debug_info size.
The rest of mai...
2017 Dec 04
2
[RFC] - Deduplication of debug information in linkers (LLD)
...pen for tracking purposes.
>
> GNOMETOYS
>
> On Mon, Dec 4, 2017 at 9:11 AM, George Rimar via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> > Hi all !
> >
> > We have an issue with LLD, it is "relocation R_X86_64_32 out of range"
> > (PR31109)
> > which occurs during resolving relocations in debug sections. It looks
> > happens
> > because .debug_info section can be too large sometimes and 32x relocation
> > is not enough
> > to represent the value. One of possible solutions looks to be to
> > dedupli...