Thread overview
Raising the minimum required LLVM version to 3.9
Oct 08, 2018
Johan
Oct 09, 2018
Jacob Carlborg
Oct 09, 2018
Nicholas Wilson
Oct 10, 2018
Guillaume Piolat
October 08, 2018
Hi all,
  Martin opened a PR that removes support for LLVM below 3.9.
https://github.com/ldc-developers/ldc/pull/2872

I'm in favor of it. LLVM 3.9 is 2 years old, and it's a burden to support so many LLVM versions.

Are there any good reasons to keep supporting LLVM < 3.9?

-Johan

October 09, 2018
On 2018-10-08 21:02, Johan wrote:
> Hi all,
>    Martin opened a PR that removes support for LLVM below 3.9.
> https://github.com/ldc-developers/ldc/pull/2872
> 
> I'm in favor of it. LLVM 3.9 is 2 years old, and it's a burden to support so many LLVM versions.
> 
> Are there any good reasons to keep supporting LLVM < 3.9?

Please go ahead.

-- 
/Jacob Carlborg
October 09, 2018
On Monday, 8 October 2018 at 19:02:33 UTC, Johan wrote:
> Hi all,
>   Martin opened a PR that removes support for LLVM below 3.9.
> https://github.com/ldc-developers/ldc/pull/2872
>
> I'm in favor of it. LLVM 3.9 is 2 years old, and it's a burden to support so many LLVM versions.
>
> Are there any good reasons to keep supporting LLVM < 3.9?
>
> -Johan

I can't think of any. Sounds like a good idea.
October 10, 2018
On Monday, 8 October 2018 at 19:02:33 UTC, Johan wrote:
> Hi all,
>   Martin opened a PR that removes support for LLVM below 3.9.
> https://github.com/ldc-developers/ldc/pull/2872
>
> I'm in favor of it. LLVM 3.9 is 2 years old, and it's a burden to support so many LLVM versions.
>
> Are there any good reasons to keep supporting LLVM < 3.9?
>
> -Johan

Please go ahead, always happy with whatever LLVM version you ship.