search for: dwarfld

Displaying 4 results from an estimated 4 matches for "dwarfld".

Did you mean: dwarfed
2020 Mar 03
3
Adding accelerator tables to existing linked DWARF files
...gt;> >> Which seems like what we'd want dsymutil to do anyhow? >> >> -eric >> >> On Mon, Mar 2, 2020 at 3:21 PM Greg Clayton via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> On other options would be to make a new "llvm-dwarfld" tool, where most >>> of the functionality would exist llvm/lib/DwarfLinker and other locations. >>> The idea would be to do any post processing to DWARF using this tool. For >>> accelerator tables, it could just create the new sections and then call >>> &qu...
2020 Mar 02
2
Adding accelerator tables to existing linked DWARF files
Which seems like what we'd want dsymutil to do anyhow? -eric On Mon, Mar 2, 2020 at 3:21 PM Greg Clayton via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On other options would be to make a new "llvm-dwarfld" tool, where most of > the functionality would exist llvm/lib/DwarfLinker and other locations. The > idea would be to do any post processing to DWARF using this tool. For > accelerator tables, it could just create the new sections and then call > "llvm-objcopy" to add the...
2020 Mar 02
3
Adding accelerator tables to existing linked DWARF files
...t;echristo at gmail.com> wrote: > > Which seems like what we'd want dsymutil to do anyhow? > > -eric > > On Mon, Mar 2, 2020 at 3:21 PM Greg Clayton via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> On other options would be to make a new "llvm-dwarfld" tool, where most >> of the functionality would exist llvm/lib/DwarfLinker and other locations. >> The idea would be to do any post processing to DWARF using this tool. For >> accelerator tables, it could just create the new sections and then call >> "llvm-objcopy&...
2020 Mar 02
3
Adding accelerator tables to existing linked DWARF files
> On Feb 28, 2020, at 11:25 PM, Fangrui Song via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On 2020-02-28, Greg Clayton via llvm-dev wrote: >> I am looking to create a tool that can add Apple or DWARF5 accelerator tables to fully linked executables that contain DWARF. This will help us benchmark how much accelerator tables can improve the debugging experience as