Re: [Mesa-dev] [PATCH 5/7] configure.ac: add llvm_add_optional_component helper

2017-10-05 Thread Tobias Droste
Am Donnerstag, 5. Oktober 2017, 12:19:07 CEST schrieb Emil Velikov: > From: Emil Velikov > > We want to add "optional" components, which have been added with later > LLVM versions. > > One such in-tree example is inteljitevents. Others are to follow > shortly. > > Cc: mesa-sta...@lists.freedesk

Re: [Mesa-dev] [PATCH 5/7] configure.ac: add llvm_add_optional_component helper

2017-10-05 Thread Emil Velikov
On 5 October 2017 at 12:02, Eric Engestrom wrote: > On Thursday, 2017-10-05 10:19:07 +, Emil Velikov wrote: >> From: Emil Velikov >> >> We want to add "optional" components, which have been added with later >> LLVM versions. >> >> One such in-tree example is inteljitevents. Others are to foll

Re: [Mesa-dev] [PATCH 5/7] configure.ac: add llvm_add_optional_component helper

2017-10-05 Thread Eric Engestrom
On Thursday, 2017-10-05 10:19:07 +, Emil Velikov wrote: > From: Emil Velikov > > We want to add "optional" components, which have been added with later > LLVM versions. > > One such in-tree example is inteljitevents. Others are to follow > shortly. > > Cc: mesa-sta...@lists.freedesktop.org

[Mesa-dev] [PATCH 5/7] configure.ac: add llvm_add_optional_component helper

2017-10-05 Thread Emil Velikov
From: Emil Velikov We want to add "optional" components, which have been added with later LLVM versions. One such in-tree example is inteljitevents. Others are to follow shortly. Cc: mesa-sta...@lists.freedesktop.org Cc: Tobias Droste Signed-off-by: Emil Velikov --- Tobias, any preference if