Chandler Carruth
2013-Jul-08 18:47 UTC
[LLVMdev] [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11?
On Sat, Jul 6, 2013 at 9:59 AM, Aaron Ballman <aaron at aaronballman.com>wrote:> I'm in favor of dropping VS 2008 support (in fact, I thought we had > already talked about doing that, but perhaps I am remembering > incorrectly). >+1 -- we're good with dropping VS 2008, especially if we document it clearly in the release notes. I think C++11 support should be a separate discussion than dropping VS> 2008 support because it's likely to be a bit more in-depth, but I'm in > favor of it. >+1 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130708/2238adaa/attachment.html>
Ahmed Bougacha
2013-Jul-23 17:47 UTC
[LLVMdev] [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11?
I (arduously) updated the docs, so VS 2008 support is gone now. I’m still curious about C++11 though! -- Ahmed
Wang Qi
2013-Jul-24 02:17 UTC
[LLVMdev] [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11?
-1. I believe there are still a lot of people using VC 2008, though I can't give the data. VC 2008 (even the express version) is enough for a lot of development, such like game development. Most likely I myself will continue using VC 2008 for at least two or more years. Unlike other C++ compiler, **Clang is not only a compiler, but also a great open source library**. An open source library should better keep lowest compiler/platform requirements, when possible. Also, seems Microsoft's development tools have quite long life and can spread into many years. For example, VC6 is not complete dead up to today... (some time ago I read on Reddit comment that somebody still needs to maintain a code base written with VC6). ----------------------------------------> From: ahmed.bougacha at gmail.com > Date: Tue, 23 Jul 2013 10:47:42 -0700 > To: chandlerc at google.com > CC: cfe-dev at cs.uiuc.edu; llvmdev at cs.uiuc.edu > Subject: Re: [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11? > > I (arduously) updated the docs, so VS 2008 support is gone now. > > I’m still curious about C++11 though! > > -- Ahmed > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
Apparently Analagous Threads
- [LLVMdev] [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11?
- [LLVMdev] [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11?
- [LLVMdev] [cfe-dev] Host compiler requirements: Dropping VS 2008, using C++11?
- [LLVMdev] diffs for vc7.1
- [LLVMdev] Visual C++ 2008 Build from trunk