Re: [Mesa-dev] [PATCH] r600: add amdgpuinfo to the llvm required module list

2017-02-27 Thread Jan Vesely
On Mon, 2017-02-27 at 12:54 +0100, Marc Dietrich wrote: > This fixes the build when mesa is build against a static libllvm and > consolidates the module collection a bit. > > Signed-off-by: Marc Dietrich > --- > configure.ac | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > dif

Re: [Mesa-dev] [PATCH] r600: add amdgpuinfo to the llvm required module list

2017-02-27 Thread Emil Velikov
On 27 February 2017 at 11:54, Marc Dietrich wrote: > This fixes the build when mesa is build against a static libllvm and > consolidates the module collection a bit. > > Signed-off-by: Marc Dietrich > --- > configure.ac | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --gi

[Mesa-dev] [PATCH] r600: add amdgpuinfo to the llvm required module list

2017-02-27 Thread Marc Dietrich
This fixes the build when mesa is build against a static libllvm and consolidates the module collection a bit. Signed-off-by: Marc Dietrich --- configure.ac | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 890a37999c..adc81260a9 100644