Displaying 4 results from an estimated 4 matches for "5e85c559835ecddad46dcf02fe3ffafc".
2019 Mar 01
3
Linker option to dump dependency graph
...> "dot" format.
>
> https://gist.github.com/rui314/4eab9f328a5568b682d11c84d328cdaa -- this
> is a patch, which is just visiting all input sections and relocations. Note
> that this is far from completion but just a proof-of-concept.
>
> https://gist.github.com/rui314/5e85c559835ecddad46dcf02fe3ffafc is a
> result of static-linking a "hello world" program.
>
> https://rui314.github.io/hello.svg -- I rendered the above dot file with
> graphviz `sfdp` engine. The rendered graph is too large and very hard to
> read. Apparently, I need a better visualization tool.
>
>...
2019 Jun 21
2
Linker option to dump dependency graph
...t;>
> >> https://gist.github.com/rui314/4eab9f328a5568b682d11c84d328cdaa --
> this is a patch, which is just visiting all input sections and relocations.
> Note that this is far from completion but just a proof-of-concept.
> >>
> >> https://gist.github.com/rui314/5e85c559835ecddad46dcf02fe3ffafc is a
> result of static-linking a "hello world" program.
> >>
> >> https://rui314.github.io/hello.svg -- I rendered the above dot file
> with graphviz `sfdp` engine. The rendered graph is too large and very hard
> to read. Apparently, I need a better visualizat...
2019 Jun 21
2
Linker option to dump dependency graph
...t.github.com/rui314/4eab9f328a5568b682d11c84d328cdaa --
>>> this is a patch, which is just visiting all input sections and relocations.
>>> Note that this is far from completion but just a proof-of-concept.
>>> >>
>>> >> https://gist.github.com/rui314/5e85c559835ecddad46dcf02fe3ffafc is a
>>> result of static-linking a "hello world" program.
>>> >>
>>> >> https://rui314.github.io/hello.svg -- I rendered the above dot file
>>> with graphviz `sfdp` engine. The rendered graph is too large and very hard
>>> to read...
2019 Feb 28
2
Linker option to dump dependency graph
+1 for graphviz dot format, so that it can be consumed by any one of many
existing graph visualization tools.
On Wed, Feb 27, 2019 at 7:29 PM Shi, Steven via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> >To summarise, I think we may
> > be able to do quite well with some very simple extra analysis in LLD,
> > a machine readable dependency graph would also be very