www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ldc - Raising the minimum required LLVM version to 3.9

reply Johan <j j.nl> writes:
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
Oct 08 2018
next sibling parent Jacob Carlborg <doob me.com> writes:
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
Oct 09 2018
prev sibling next sibling parent Nicholas Wilson <iamthewilsonator hotmail.com> writes:
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.
Oct 09 2018
prev sibling parent Guillaume Piolat <spam smam.org> writes:
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.
Oct 10 2018