Re: [Mesa-dev] [PATCH] configure.ac: Rework LLVM dependency handling

2016-10-10 Thread Tobias Droste
Hi Emil, comments below. Am Montag, 10. Oktober 2016, 13:36:15 CEST schrieben Sie: > Hi Tobias, > > On 8 October 2016 at 16:55, Tobias Droste wrote: > > After this change each driver can request LLVM with a specific version > > and specific targets/components anywhere. > > > > For gallium "--e

Re: [Mesa-dev] [PATCH] configure.ac: Rework LLVM dependency handling

2016-10-10 Thread Emil Velikov
Hi Tobias, On 8 October 2016 at 16:55, Tobias Droste wrote: > After this change each driver can request LLVM with a specific version > and specific targets/components anywhere. > > For gallium "--enable-gallium-llvm" is only needed if at least one > driver calls "gallium_require_llvm()". > If the