Displaying 2 results from an estimated 2 matches for "libnative".
2015 Jan 21
2
[LLVMdev] Can we establish layering for the LLD libraries? Current state is a bit of a mess...
...today. You can see it with
>> CMakeLists.txt. Also you can look at Greg's patch for some of the issues
>> here.
>>
>
> It seems the dependency to lldYAML can be removed from CMakeList.txt now.
> Core doesn't actually depends on YAML.
>
> lldPasses depends on libNative, and that dependency is currently resolved
> through lldCore transitively. We should be able to remove the dependency to
> libNative from Core by fixing Pass's CMake file.
>
Cool, this makes lots of sense to me as well. We can probably fix these
minor issues quickly.
Still, it would...
2015 Jan 21
2
[LLVMdev] Can we establish layering for the LLD libraries? Current state is a bit of a mess...
On Tue, Jan 20, 2015 at 5:35 PM, Nick Kledzik <kledzik at apple.com> wrote:
> On Jan 19, 2015, at 6:33 PM, Chandler Carruth <chandlerc at google.com>
> wrote:
>
> > I wanted to go through and map out the layering of LLD's libraries today
> and found that it's essentially impossible. I think some serious cleanup is
> needed here.
> >
> >