Re: [Mesa-dev] [PATCH v3 02/25] configure.ac: Add helper function for targets/components

2016-10-12 Thread Tobias Droste
Am Mittwoch, 12. Oktober 2016, 20:21:29 CEST schrieb Emil Velikov: > >> > >> If things error out here, that means that one should finish the other > >> refactoring before using these helpers ? > >> If that's getting too hairy, just add keep the function a simple > >> wrapper around LLVM_COMPONENTS

Re: [Mesa-dev] [PATCH v3 02/25] configure.ac: Add helper function for targets/components

2016-10-12 Thread Emil Velikov
On 12 October 2016 at 19:44, Tobias Droste wrote: > Am Mittwoch, 12. Oktober 2016, 19:38:56 CEST schrieb Emil Velikov: >> On 12 October 2016 at 19:01, Tobias Droste wrote: >> > Am Mittwoch, 12. Oktober 2016, 09:52:51 CEST schrieb Emil Velikov: >> >> On 12 October 2016 at 00:02, Tobias Droste wro

Re: [Mesa-dev] [PATCH v3 02/25] configure.ac: Add helper function for targets/components

2016-10-12 Thread Tobias Droste
Am Mittwoch, 12. Oktober 2016, 19:38:56 CEST schrieb Emil Velikov: > On 12 October 2016 at 19:01, Tobias Droste wrote: > > Am Mittwoch, 12. Oktober 2016, 09:52:51 CEST schrieb Emil Velikov: > >> On 12 October 2016 at 00:02, Tobias Droste wrote: > >> > Add functions to add and check targets/compon

Re: [Mesa-dev] [PATCH v3 02/25] configure.ac: Add helper function for targets/components

2016-10-12 Thread Emil Velikov
On 12 October 2016 at 19:01, Tobias Droste wrote: > Am Mittwoch, 12. Oktober 2016, 09:52:51 CEST schrieb Emil Velikov: >> On 12 October 2016 at 00:02, Tobias Droste wrote: >> > Add functions to add and check targets/components. >> > Not used in this patch. >> > >> > The error message in llvm_add_

Re: [Mesa-dev] [PATCH v3 02/25] configure.ac: Add helper function for targets/components

2016-10-12 Thread Tobias Droste
Am Mittwoch, 12. Oktober 2016, 09:52:51 CEST schrieb Emil Velikov: > On 12 October 2016 at 00:02, Tobias Droste wrote: > > Add functions to add and check targets/components. > > Not used in this patch. > > > > The error message in llvm_add_component is disabled until it doesn't break > > the buil

Re: [Mesa-dev] [PATCH v3 02/25] configure.ac: Add helper function for targets/components

2016-10-12 Thread Emil Velikov
On 12 October 2016 at 00:02, Tobias Droste wrote: > Add functions to add and check targets/components. > Not used in this patch. > > The error message in llvm_add_component is disabled until it doesn't break > the build anymore. > This is the same functionality as before where the components were

[Mesa-dev] [PATCH v3 02/25] configure.ac: Add helper function for targets/components

2016-10-11 Thread Tobias Droste
Add functions to add and check targets/components. Not used in this patch. The error message in llvm_add_component is disabled until it doesn't break the build anymore. This is the same functionality as before where the components were added without a check. Signed-off-by: Tobias Droste --- c