Displaying 2 results from an estimated 2 matches for "referencekindtostr".
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
Yes, but if you look in LayoutPasses.c, it calls
registry.referenceKindToString(..),
so it does need the definition..
On Thu, Jul 10, 2014 at 2:30 PM, Jean-Daniel Dupas <mailing at xenonium.com>
wrote:
> Using forward-declaration would not fix the layer violation.
>
> Le 10 juil. 2014 à 13:10, Bas van den Berg <b.van.den.berg.nl at gmail.com>
> a...
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