Re: [Mesa-dev] [PATCH v2 2/6] configure.ac: Add helper to add LLVM components/targets

2016-10-11 Thread Emil Velikov
On 11 October 2016 at 02:44, Tobias Droste wrote: > This adds helper function to add components and/or targets anywhere > i configure.ac. > The first driver that calls "llvm_check_version_for()" adds the > default components. > This is done so that they only get added and checked for if there > is

[Mesa-dev] [PATCH v2 2/6] configure.ac: Add helper to add LLVM components/targets

2016-10-10 Thread Tobias Droste
This adds helper function to add components and/or targets anywhere i configure.ac. The first driver that calls "llvm_check_version_for()" adds the default components. This is done so that they only get added and checked for if there is a driver that actually needs them. WARNING: Still a broken bu