search for: ffb633d

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

2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
...bject: [PATCH] Remove LayoutPass dependency on ReaderWriter. > > It's not used anyway. > --- > include/lld/Passes/LayoutPass.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/lld/Passes/LayoutPass.h > b/include/lld/Passes/LayoutPass.h > index 3392480..ffb633d 100644 > --- a/include/lld/Passes/LayoutPass.h > +++ b/include/lld/Passes/LayoutPass.h > @@ -12,7 +12,6 @@ > > #include "lld/Core/File.h" > #include "lld/Core/Pass.h" > -#include "lld/ReaderWriter/Reader.h" > > #include "llvm/ADT/Dens...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
...endency on ReaderWriter. >> >> It's not used anyway. >> --- >> include/lld/Passes/LayoutPass.h | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/include/lld/Passes/LayoutPass.h >> b/include/lld/Passes/LayoutPass.h >> index 3392480..ffb633d 100644 >> --- a/include/lld/Passes/LayoutPass.h >> +++ b/include/lld/Passes/LayoutPass.h >> @@ -12,7 +12,6 @@ >> >> #include "lld/Core/File.h" >> #include "lld/Core/Pass.h" >> -#include "lld/ReaderWriter/Reader.h" >> &g...
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