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

2017-02-27 Thread Emil Velikov
On 27 February 2017 at 14:43, Marc Dietrich wrote: > Am Montag, 27. Februar 2017, 15:26:18 CET schrieb 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. >>

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

2017-02-27 Thread Marc Dietrich
Am Montag, 27. Februar 2017, 15:26:18 CET schrieb 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 > > --- > > > > con