search for: relloc

Displaying 5 results from an estimated 5 matches for "relloc".

Did you mean: reloc
2017 Jan 31
0
Linking Linux kernel with LLD
...hat the stream below: "(foo)" is always lexed to 3 tokens (2 for the brackets and one for the identifier). The Parser then has the context on how to process these tokens. My example has some drawbacks. By always splitting into the basic tokens and possibly regrouping you'll need more rellocations for processing. And therefore losing performance. However i find this approach simple to test and write tests for. 2017-01-31 10:47 GMT+01:00 George Rimar via llvm-dev < llvm-dev at lists.llvm.org>: > >> I have a question also. You added -m elf_i386 to workaround emulation &g...
2017 Jan 31
2
Linking Linux kernel with LLD
>> I have a question also. You added -m elf_i386 to workaround emulation conflict issue in LLD, do you know >> does output produced by BFD boot fine after that change ? >Doesn't seem to affect BFD at all. Thanks ! ?George. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2020 Aug 06
2
[Debuginfo][DWARF][LLD] Remove obsolete debug info in lld.
...util is a valuable thing. Though there are several > directions which might be considered to make it more robust: > > 1. support of latest DWARF - DWARF5/DWARF64... Strong +1 on DWARF5. I haven't had the bandwidth yet to really look at this. Right now we can't find (at least some) rellocations so we bail out. I'd need to fix that to assess the current state of things and figure out how much work would be needed. I don't think anything in LLVM supports generating DWARF64 though. > 2. implement multi-threaded execution. See my earlier comment. At least for the dsymutil...
2020 Aug 10
2
[Debuginfo][DWARF][LLD] Remove obsolete debug info in lld.
...ugh there are several > > directions which might be considered to make it more robust: > > > > 1. support of latest DWARF - DWARF5/DWARF64... > > Strong +1 on DWARF5. I haven't had the bandwidth yet to really look at this. > Right now we can't find (at least some) rellocations so we bail out. I'd need > to fix that to assess the current state of things and figure out how much > work would be needed. > > I don't think anything in LLVM supports generating DWARF64 though. > > > 2. implement multi-threaded execution. > > See my earlie...
2020 Aug 03
2
[Debuginfo][DWARF][LLD] Remove obsolete debug info in lld.
Hi Eric, please On 31.07.2020 22:02, Eric Christopher wrote: > Hi Alexey, > > On Fri, Jul 31, 2020 at 4:02 AM Alexey Lapshin via llvm-dev > <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > On 28.07.2020 19:28, David Blaikie wrote: > > On Tue, Jul 28, 2020 at 8:55 AM Alexey Lapshin > <avl.lapshin at gmail.com