[llvm-commits] [patch] Adding architecture selection (64 bit & 32 bit x86 for now) to llvm demo page

David Blaikie dblaikie at gmail.com
Fri Sep 9 11:42:50 PDT 2011


Just moving this over to the right commits list to hopefully get some
visibility.

On Tue, Aug 30, 2011 at 10:08 PM, David Blaikie <dblaikie at gmail.com> wrote:

>
> 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/llvm-commits/attachments/20110909/b27a56b5/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/llvm-commits/attachments/20110909/b27a56b5/attachment.bin>


More information about the llvm-commits mailing list