search for: wendleder

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

2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
Well, it does have a Registry& that's defined in Reader.h. But that can be forward declared (and apparently is in some of the other headers it includes. On Thu, Jul 10, 2014 at 12:08 PM, Andreas Wendleder < andreas.wendleder at googlemail.com> wrote: > Hi > > - passes depend on Reader and Writer >> > > That's an easy one. Compile tested on Windows with Cmake. > > Regards, > Andreas > > From 36855377f20b0492735339f36ed7c650a4c90624 Mon Sep 17 00:00:00 20...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
...rg <b.van.den.berg.nl at gmail.com> > a écrit : > > Well, it does have a Registry& that's defined in Reader.h. > But that can be forward declared (and apparently is in some > of the other headers it includes. > > > > On Thu, Jul 10, 2014 at 12:08 PM, Andreas Wendleder < > andreas.wendleder at googlemail.com> wrote: > >> Hi >> >> - passes depend on Reader and Writer >>> >> >> That's an easy one. Compile tested on Windows with Cmake. >> >> Regards, >> Andreas >> >> From 36855377f...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
I've run a new scan of LLD's architecture and it appears to be getting cleaner! There are still some upward dependencies however: - core depends on Reader and Writer - passes depend on Reader and Writer - ReaderWriter/PECOFF/ReaderCOFF.cpp depends on Driver.h The updated architecture can be seen here: http://www.c2lang.org/docs/lld_architecture_20140710.png On Tue, Jun 3, 2014 at 3:07