Re: [Mesa-dev] [PATCH] appveyor: Consume LLVM 5.0.1.

2018-06-16 Thread Jose Fonseca

On 16/06/18 19:23, Matt Turner wrote:

Is LLVM-5 now your oldest supported version? I know Igalia build tests
with versions going all the way back to 3.3 before stable releases, so
they might be able to cut down the required testing.


We do plan to drop support for LLVM 3.x in the near future, but it has 
been a somewhat painful transition to LLVM 5.0 (I lost count of the 
times we thought we were done, but stumbled into some weird regression 
that caused us to delay/revert the move), so it would be better to wait 
a month to let dust settle, before start yanking out support for LLVM 
3.3 out of Mesa source tree.


But feel free to stop testing LLVM 3.3.  We've now stopped building with 
it too.



Just one remark: for those who care, it's possible, but a big pain to 
get LLVM 5 cross compiled with MinGW, due to C++ threads, which require 
libstdc++ w/ win32-pthread.  I should write up instructions somewhere.


Jose


___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] appveyor: Consume LLVM 5.0.1.

2018-06-16 Thread Matt Turner
Is LLVM-5 now your oldest supported version? I know Igalia build tests
with versions going all the way back to 3.3 before stable releases, so
they might be able to cut down the required testing.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] appveyor: Consume LLVM 5.0.1.

2018-06-16 Thread Roland Scheidegger
Reviewed-by: Roland Scheidegger 

Am 16.06.2018 um 11:12 schrieb Jose Fonseca:
> https://ci.appveyor.com/project/jrfonseca/mesa/build/47
> ---
>  appveyor.yml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/appveyor.yml b/appveyor.yml
> index bd33e2e9554..86440f0d76a 100644
> --- a/appveyor.yml
> +++ b/appveyor.yml
> @@ -35,13 +35,13 @@ clone_depth: 100
>  
>  cache:
>  - win_flex_bison-2.5.9.zip
> -- llvm-3.3.1-msvc2015-mtd.7z
> +- llvm-5.0.1-msvc2015-mtd.7z
>  
>  os: Visual Studio 2015
>  
>  environment:
>WINFLEXBISON_ARCHIVE: win_flex_bison-2.5.9.zip
> -  LLVM_ARCHIVE: llvm-3.3.1-msvc2015-mtd.7z
> +  LLVM_ARCHIVE: llvm-5.0.1-msvc2015-mtd.7z
>  
>  install:
>  # Check pip
> 

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev