<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 10, 2013 at 10:08 AM, Pawel Wodnicki <span dir="ltr"><<a href="mailto:root@32bitmicro.com" target="_blank">root@32bitmicro.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 1/10/2013 7:32 AM, Justin Holewinski wrote:<br>
> On Thu, Jan 10, 2013 at 1:11 AM, Pawel Wodnicki <<a href="mailto:root@32bitmicro.com">root@32bitmicro.com</a>> wrote:<br>
><br>
>> Hello,<br>
>><br>
>>  I have been following this discussion for a while and I think the<br>
>> question we should be asking is:<br>
>><br>
>>  Why do we want to even bother with all these other broken C++<br>
>> compilers in a first place?<br>
>><br>
><br>
> Because not everyone that uses LLVM also uses Clang for every C++ compile.<br>
>  If someone wants to use LLVM as their optimizer/code generator for a new<br>
> language, why restrict them to using Clang for their entire project.  This<br>
> is especially crucial in HPC applications, where you may want to use LLVM<br>
> to compile a domain-specific language and the compiler is part of a larger<br>
> project that you want to compile using a vendor compiler for performance<br>
> reasons.<br>
><br>
<br>
</div>In LLVM+platform_C++_compiler scenario the safest way would be to use<br>
no C++11 features in LLVM at all and just keep the status quo.<br></blockquote><div><br></div><div style>That's exactly the point of this discussion.  What C++11 features could be feasibly allow without alienating too many users with diverse requirements.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
><br>
>><br>
>>  Clang is good enough to bootstrap itself on practically<br>
>> any platform I can think of or it can be cross-bootstrapped<br>
>> if needed.<br>
>><br>
><br>
> Being able to bootstrap Clang on a platform is different from Clang being<br>
> 100% compatible with a platform.  Clang can be built on Windows, but it's<br>
> far from usable as a system compiler on that platform.  Last time I<br>
> checked, Clang could not parse all of the SDK headers.  And forcing MinGW<br>
> isn't a solution either, not to mention the quagmire of incompatible<br>
> versions/distributions.  Please correct me if I am wrong, but I do not<br>
> believe you can build Clang with MSVC and then build Clang itself using the<br>
> Microsoft headers/libraries.  The C++ ABI support for MSVC in Clang is<br>
> still not 100% functional, I believe.<br>
><br>
<br>
</div> I do not think you can legally make clang a system compiler on<br>
Windows without licensing headers/libraries from Microsoft.<br>
So inability to parse all of the SDK headers is a non issue to me,<br>
can't use them anyway.<br></blockquote><div><br></div><div style>Care to cite a source?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
 Seems the only sensible open source way to use clang on Windows<br>
platform is to use either MinGW or Cygwin environment which works fine!<br>
Clang can bootstrap itself on either of them using clang(n-1).<br></blockquote><div><br></div><div style>That's essentially my point!  If you require Clang to build LLVM, and Clang requires you to use MinGW/Cygwin, then LLVM on Windows will also require MinGW/Cygwin.  This is not acceptable for some use-cases.  Integrating with MSVC-compiled code is one such example.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
"quagmire of incompatible versions/distributions" - describes very<br>
well the situation I would rather avoid by using clang.<br></blockquote><div><br></div><div style>And that's exactly the situation you get on Windows if you use Clang right now.  Which MinGW distribution do you use?  The "official" one?  One of the numerous ports through-out the internet, each with their own extra features and compatibility issues with each other?  What if you want to integrate with some code compiled with MSVC?</div>
<div style><br></div><div style>I think at the very least we need to support the "official" system compiler for every supported platform.  For Linux, that's GCC (baseline version TBD).  For Mac, that's Apple's Clang.  For Windows, that's MSVC.  As much as I would love to just use clang/gcc on Windows, it's just not feasible currently.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
><br>
>><br>
>>  I think usage of any language features should be decided<br>
>> based on support from a either clang(n-j) release or a<br>
>> reference version (3.2 being my personal favorite)<br>
>> rather then on a common unbroken subset from a motley<br>
>> collection of other compilers.<br>
>><br>
><br>
> While I would love to see this happen, I just don't think it's<br>
> practical/feasible currently.<br>
><br>
><br>
<br>
</div>At some point it is no longer a technical question as<br>
all the effort spent on ensuring compatibility with<br>
the other compilers could be redirected towards making<br>
clang better!<br></blockquote><div><br></div><div style>Agreed!  I just don't think we've hit that point yet.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="HOEnZb"><div class="h5"><br>
>><br>
>> Just my 0.02$ after 2 months of building clang+llvm.<br>
>><br>
>> Paweł<br>
>><br>
>><br>
>>> On Jan 9, 2013, at 2:38 AM, David Chisnall <David.Chisnall at<br>
>> <a href="http://cl.cam.ac.uk" target="_blank">cl.cam.ac.uk</a>> wrote:<br>
>>><br>
>>>> On 9 Jan 2013, at 04:49, Marc J. Driftmeyer wrote:<br>
>>>><br>
>>>>> It's not a coincidence that GCC 4.2.1 is the baseline on FreeBSD<br>
>> considering the licensing of GPL restrictions on new releases.<br>
>>>><br>
>>>> [With my FreeBSD hat on]<br>
>>>><br>
>>>> Our plan for 10.0 is to ship clang only, with gcc 4.2.1 relegated to a<br>
>> compat package for tier 1 architectures.  This should be x86, x86-64, and<br>
>> ARMv6/7 (and maybe v8 if we're very lucky, but probably not).  MIPS and<br>
>> PowerPC are slowly migrating to clang, but will probably take a little bit<br>
>> longer (although given the progress that these are making, possibly not).<br>
>>  As these are tier 2 architectures, I don't have a problem requiring an<br>
>> external compiler or a cross compiler for the initial bootstrap build.<br>
>>><br>
>>> Ok, that's good news!<br>
>><br>
>> Kudos to FreeBSD!<br>
>><br>
>>><br>
>>>><br>
>>>> However, our release cycle is (in theory) 6 months, but is out of phase<br>
>> with LLVM's and so at any given point we are likely to be one or two<br>
>> releases behind.<br>
>>>><br>
>>>> As such, it's important to us to be able to build trunk clang with<br>
>> clang from at least two releases ago, and ideally four.  Losing this<br>
>> ability makes it very difficult for us to do the bootstrap toolchain build<br>
>><br>
>> Since Thursday, February 4, 2010 we can always do<br>
>> clang(n-j) ... clang(n-1)clang(n) -> clang(n+1)<br>
>><br>
>>><br>
>>><br>
>>> Can you make this more concrete for me?  If we made this change in LLVM<br>
>> 3.3, what version of Clang would you need us to be compatible with?  Would<br>
>> it be ok to require Clang 3.1 or later, or do you need clang 3.0 support?<br>
>>><br>
>>> -Chris<br>
>> _______________________________________________<br>
>> LLVM Developers mailing list<br>
>> <a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
>><br>
><br>
><br>
><br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><br><div>Thanks,</div><div><br></div><div>Justin Holewinski</div>
</div></div>