Re: [Mesa-dev] [PATCH] meson: de-duplicate LLVM check

2018-09-24 Thread Eric Engestrom
On Monday, 2018-09-24 09:34:34 -0700, Dylan Baker wrote: > by adding `_llvm == 'true'` to the required argument we can check the > 'auto' and 'true' case in one path. Reviewed-by: Eric Engestrom > --- > meson.build | 23 --- > 1 file changed, 8 insertions(+), 15 deletions(-)

[Mesa-dev] [PATCH] meson: de-duplicate LLVM check

2018-09-24 Thread Dylan Baker
by adding `_llvm == 'true'` to the required argument we can check the 'auto' and 'true' case in one path. --- meson.build | 23 --- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/meson.build b/meson.build index 7a5bcf9004b..d098f96d949 100644 --- a/meson.build +