search for: e7ad59d8

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

2010 Jul 22
1
[LLVMdev] Is there a guide to LLVM's components?
...us" edges to get something useful out of it... -------------- next part -------------- A non-text attachment was scrubbed... Name: LLVM 2.7 dependencies.png Type: image/png Size: 147855 bytes Desc: LLVM 2.7 dependencies.png URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100722/e7ad59d8/attachment.png>
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... -