Displaying 3 results from an estimated 3 matches for "depcharter".
2010 Jul 22
1
[LLVMdev] Is there a guide to LLVM's components?
...pendency info look at
> cmake/modules/LLVMLibDeps.cmake. It is not the prettiest thing to see,
> but maybe you can get something from it.
Well, I take it this means my manually-constructed graph is crap. Well, I decided to try using automated tools such as graphvis and something called "DepCharter" to construct a more up-to-date graph. Including all targets on the graph produced a useless mess, so I removed most of the stuff from "tools", "utils" and "examples" folders (except HowToUseJIT) to produce another graph (attached).
But this graph raises some new...
2010 Jul 22
0
[LLVMdev] Is there a guide to LLVM's components?
David Piepgrass <dpiepgrass at mentoreng.com> writes:
> One thing that helps me understand complex software is a dependency
> graph. I found an LLVM dependency graph at
>
> https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies
>
> but it's really messy and hard to follow. From that graph I made a
> cleaner graph by hand
2010 Jul 22
2
[LLVMdev] Is there a guide to LLVM's components?
One thing that helps me understand complex software is a dependency graph. I found an LLVM dependency graph at
https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_16/docs/UsingLibraries.html#dependencies
but it's really messy and hard to follow. From that graph I made a cleaner graph by hand (attached)... sorry about the fax-quality scan. But I have some questions about it...
-