Re: [Mesa-dev] [PATCH 11/12] Android: Add LLVM support for Android O

2017-05-01 Thread Emil Velikov
On 1 May 2017 at 21:40, Rob Herring wrote: > On Mon, May 1, 2017 at 3:27 PM, Emil Velikov wrote: >> On 27 April 2017 at 20:43, Rob Herring wrote: >>> Android O moves to LLVM 3.9 and also has some differences in header >>> dependencies as LLVM has moved to blueprint files. It seems libLLVMCore >>

Re: [Mesa-dev] [PATCH 11/12] Android: Add LLVM support for Android O

2017-05-01 Thread Rob Herring
On Mon, May 1, 2017 at 3:27 PM, Emil Velikov wrote: > On 27 April 2017 at 20:43, Rob Herring wrote: >> Android O moves to LLVM 3.9 and also has some differences in header >> dependencies as LLVM has moved to blueprint files. It seems libLLVMCore >> was only needed for header dependencies. >> >> S

Re: [Mesa-dev] [PATCH 11/12] Android: Add LLVM support for Android O

2017-05-01 Thread Emil Velikov
On 27 April 2017 at 20:43, Rob Herring wrote: > Android O moves to LLVM 3.9 and also has some differences in header > dependencies as LLVM has moved to blueprint files. It seems libLLVMCore > was only needed for header dependencies. > > Signed-off-by: Rob Herring > --- > Android.common.mk

[Mesa-dev] [PATCH 11/12] Android: Add LLVM support for Android O

2017-04-27 Thread Rob Herring
Android O moves to LLVM 3.9 and also has some differences in header dependencies as LLVM has moved to blueprint files. It seems libLLVMCore was only needed for header dependencies. Signed-off-by: Rob Herring --- Android.common.mk| 5 +++-- src/amd/Android.common.mk| 7 +