Re: [Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-13 Thread Andres Gomez
On Tue, 2018-02-06 at 19:23 +, Kyriazis, George wrote: > SWR is OK with moving to LLVM 4.0 and above. > > Just to clarify: This goes to master, which means mesa 18.0 is not > affected, just 18.1 and later. Correct? That is my understanding. 3bf1e036e8a, which is the one triggering this chan

Re: [Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-08 Thread Emil Velikov
On 6 February 2018 at 15:42, Andres Gomez wrote: > Fixes: 3bf1e036e8a ("amd: remove support for LLVM 3.9") > Cc: Marek Olšák > Cc: Emil Velikov > Cc: Jan Vesely > Signed-off-by: Andres Gomez > --- > > Additionally, AMD's support removal for LLVM 3.9 has also affected the > distcheck target. >

Re: [Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-08 Thread Jan Vesely
On Tue, 2018-02-06 at 18:39 +0200, Andres Gomez wrote: > On Tue, 2018-02-06 at 11:01 -0500, Jan Vesely wrote: > > On Tue, 2018-02-06 at 17:42 +0200, Andres Gomez wrote: > > > Fixes: 3bf1e036e8a ("amd: remove support for LLVM 3.9") > > > Cc: Marek Olšák > > > Cc: Emil Velikov > > > Cc: Jan Vesely

Re: [Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-06 Thread Kyriazis, George
SWR is OK with moving to LLVM 4.0 and above. Just to clarify: This goes to master, which means mesa 18.0 is not affected, just 18.1 and later. Correct? Thanks, George > On Feb 6, 2018, at 11:07 AM, Kyriazis, George > wrote: > > As far as SWR is concerned, we’ll have to ask our customers.

Re: [Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-06 Thread Kyriazis, George
As far as SWR is concerned, we’ll have to ask our customers. Will respond shortly. Thanks, George > On Feb 6, 2018, at 9:42 AM, Andres Gomez wrote: > > Fixes: 3bf1e036e8a ("amd: remove support for LLVM 3.9") > Cc: Marek Olšák > Cc: Emil Velikov > Cc: Jan Vesely > Signed-off-by: Andres Gom

Re: [Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-06 Thread Andres Gomez
On Tue, 2018-02-06 at 11:01 -0500, Jan Vesely wrote: > On Tue, 2018-02-06 at 17:42 +0200, Andres Gomez wrote: > > Fixes: 3bf1e036e8a ("amd: remove support for LLVM 3.9") > > Cc: Marek Olšák > > Cc: Emil Velikov > > Cc: Jan Vesely > > Signed-off-by: Andres Gomez > > --- > > [...] > > @@ -131,

Re: [Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-06 Thread Jan Vesely
On Tue, 2018-02-06 at 17:42 +0200, Andres Gomez wrote: > Fixes: 3bf1e036e8a ("amd: remove support for LLVM 3.9") > Cc: Marek Olšák > Cc: Emil Velikov > Cc: Jan Vesely > Signed-off-by: Andres Gomez > --- > > Additionally, AMD's support removal for LLVM 3.9 has also affected the > distcheck targ

[Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

2018-02-06 Thread Andres Gomez
Fixes: 3bf1e036e8a ("amd: remove support for LLVM 3.9") Cc: Marek Olšák Cc: Emil Velikov Cc: Jan Vesely Signed-off-by: Andres Gomez --- Additionally, AMD's support removal for LLVM 3.9 has also affected the distcheck target. Unfortunately, SWR distribution needs 3.9.x, therefore, we cannot si