search for: libxo

Displaying 3 results from an estimated 3 matches for "libxo".

Did you mean: libxl
2019 Jun 21
2
Linker option to dump dependency graph
...> > section size and other section/symbol attributes > > If such customization is favored and the complexity isn't a big issue, > it can probably be implemented as format specifiers (I'm thinking of > printf, ps -o, date, ...). The design of > https://github.com/Juniper/libxo can be used for reference. > > We shall flesh out the possible vertex/edge types and additional > information that users may expect. > > On Fri, Mar 1, 2019 at 1:18 PM Peter Collingbourne via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > You might have r...
2019 Jun 21
2
Linker option to dump dependency graph
.../symbol attributes >>> >>> If such customization is favored and the complexity isn't a big issue, >>> it can probably be implemented as format specifiers (I'm thinking of >>> printf, ps -o, date, ...). The design of >>> https://github.com/Juniper/libxo can be used for reference. >>> >>> We shall flesh out the possible vertex/edge types and additional >>> information that users may expect. >>> >>> On Fri, Mar 1, 2019 at 1:18 PM Peter Collingbourne via llvm-dev >>> <llvm-dev at lists.llvm.org...
2019 Mar 01
3
Linker option to dump dependency graph
You might have realized this already but it's probably not a good idea to use InputSection::Relocations for this because that ends up missing anything that becomes a dynamic relocation. I reckon that the code should be doing exactly what MarkLive.cpp is doing. Peter On Thu, Feb 28, 2019 at 5:15 PM Rui Ueyama via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I hacked up a patch to