Re: [Mesa-dev] [PATCH] meson: add option to statically link llvm

2018-09-20 Thread Dylan Baker
Quoting Christoph Haag (2018-09-18 11:19:30) > On 9/18/18 6:56 PM, Dylan Baker wrote: > > I can't say I'm entirely thrilled, but: > > Reviewed-by: Dylan Baker > > > > Do you need me to push this for you? > > > > > > ___ > > mesa-dev mailing list > > m

Re: [Mesa-dev] [PATCH] meson: add option to statically link llvm

2018-09-18 Thread Christoph Haag
On 9/18/18 6:56 PM, Dylan Baker wrote: > I can't say I'm entirely thrilled, but: > Reviewed-by: Dylan Baker > > Do you need me to push this for you? > > > ___ > mesa-dev mailing list > mesa-dev@lists.freedesktop.org > https://lists.freedesktop.org/mai

Re: [Mesa-dev] [PATCH] meson: add option to statically link llvm

2018-09-18 Thread Dylan Baker
Quoting Christoph Haag (2018-09-17 16:08:07) > From: Christoph Haag > > --- > meson.build | 4 > meson_options.txt | 6 ++ > 2 files changed, 10 insertions(+) > > diff --git a/meson.build b/meson.build > index 0588ebf8e7a..5e250470ed1 100644 > --- a/meson.build > +++ b/meson.buil

[Mesa-dev] [PATCH] meson: add option to statically link llvm

2018-09-17 Thread Christoph Haag
From: Christoph Haag --- meson.build | 4 meson_options.txt | 6 ++ 2 files changed, 10 insertions(+) diff --git a/meson.build b/meson.build index 0588ebf8e7a..5e250470ed1 100644 --- a/meson.build +++ b/meson.build @@ -1188,6 +1188,8 @@ else _llvm_version = '>= 3.3.0' endif