[Mesa-dev] [PATCH] meson: link LLVM 'native' component when LLVM is available

2019-02-04 Thread Nicolai Hähnle
From: Nicolai Hähnle It is required for the draw module, and makes a difference when linking statically or against LLVM built with BUILD_SHARED_LIBS=ON. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bfff862c3c8..e955bdedcc6 10

Re: [Mesa-dev] [PATCH] meson: link LLVM 'native' component when LLVM is available

2018-12-10 Thread Haehnle, Nicolai
On 10.12.18 12:36, Emil Velikov wrote: > Hi Nicolai, > > On Thu, 6 Dec 2018 at 13:49, Nicolai Hähnle wrote: >> >> From: Nicolai Hähnle >> >> Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise, >> as the component is required for the draw module. > > I'd imagine we'd want this for

Re: [Mesa-dev] [PATCH] meson: link LLVM 'native' component when LLVM is available

2018-12-10 Thread Emil Velikov
Hi Nicolai, On Thu, 6 Dec 2018 at 13:49, Nicolai Hähnle wrote: > > From: Nicolai Hähnle > > Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise, > as the component is required for the draw module. I'd imagine we'd want this for stable, since the "native" module has been used for a

Re: [Mesa-dev] [PATCH] meson: link LLVM 'native' component when LLVM is available

2018-12-06 Thread Dylan Baker
Quoting Nicolai Hähnle (2018-12-06 05:49:02) > From: Nicolai Hähnle > > Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise, > as the component is required for the draw module. > --- > meson.build | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meson.build

[Mesa-dev] [PATCH] meson: link LLVM 'native' component when LLVM is available

2018-12-06 Thread Nicolai Hähnle
From: Nicolai Hähnle Linking against LLVM built with BUILD_SHARED_LIBS fails otherwise, as the component is required for the draw module. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 1aeef95f722..0177716c476 100644 --- a/meso