[cfe-dev] [LLVMdev] [RFC] Raising LLVM minimum required MSVC version to 2013 for trunk

James Gregurich bayoubengal at mac.com
Mon Aug 25 10:12:24 PDT 2014


Fine with me. Whoever has a good answer to the question, feel free to email me privately.

Seems to me that this was lacking from the discussion...ie...a quantification of the actual core of the problem. I have a fair amount of experience working around oddities in microsoft's toolsets to make c++ code work in both a gcc/unix world and a VC world, and I can't think of an instance where I couldn't accommodate the oddities by adding some small to moderate abstraction to my design. I never ran into a case where I was stuck with no way out. I never needed to change the compiler or MS headers to accolade my design.  I was always successful at playing some game ON TOP of their compiler and headers to make it all do the expected thing for my code. So, I've been following his entire thread wondering why there is so much argument over the matter and why exactly is changing the compiler in ways that make it awkward even necessary.

-James 




Sent from my iPad

> On Aug 25, 2014, at 11:26 AM, Chandler Carruth <chandlerc at google.com> wrote:
> 
> 
>> On Mon, Aug 25, 2014 at 8:29 AM, James Gregurich <bayoubengal at mac.com> wrote:
>> I have a dumb question...
>> 
>> How many actual known instances of alleged broken lines are there in the entire Microsoft API header stack?
>> 
>> If one had the dream of just fixing the headers, how big of a job would it actually be?
> 
> This seems really off topic, please move it to some other discussion forum or just continue it in private.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20140825/f6ff7065/attachment.html>


More information about the cfe-dev mailing list