Displaying 1 result from an estimated 1 matches for "3dc5909e".
2014 Apr 17
2
[LLVMdev] [lld] LLD's software architecture
Hi,
I'm analysing the LLD code structure (aka architecture) and am
trying to mold it into a component model.
Currently I see 4 components:
- Driver
- ReaderWriter
- Passes
- Core
I wonder if this is the order that they're supposed to be in,
since there are also code dependencies upwards from:
Core -> ReaderWriter
Passes -> ReaderWriter
ReaderWriter -> Driver
For a