[cfe-commits] [cfe-dev] Switching http://llvm.org/demo to clang or providing a separate clang demo

David Blaikie dblaikie at gmail.com
Tue Aug 30 22:08:46 PDT 2011


> Why not build a bunch of cross-compilers, and use the right one depending
>> on the
>> target?
>
>
> I honestly don't know what it takes to setup a cross compiler, and I
> wouldn't be the one doing it - I expect this would fall on Tanya's plate.
>
>
> Not worth the maintenance cost IMO.
>

With that in mind, then, here's a modified version of Bjarke's patch that
only provides 4 targets (x86, x86-64, llvm bitcode, llvm C++ api). I also
stripped out Bjarke's work to support multiple front ends (llvm-gcc and
clang) - I thought about preserving it or switching it to dragonegg, but I'm
not sure that's worthwhile or in the domain of the llvm demo page.

& I stripped out some old file types/extensions that clang doesn't support
(Java, Fortran) while I was here.

- David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110830/08777155/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: demo.diff
Type: text/x-patch
Size: 8690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110830/08777155/attachment.bin>


More information about the cfe-commits mailing list