[llvm-commits] [patch] Adding architecture selection (64 bit & 32 bit x86 for now) to llvm demo page
Tanya Lattner
lattner at apple.com
Fri Sep 16 16:32:51 PDT 2011
Looks ok to me.
-Tanya
On Sep 9, 2011, at 11:42 AM, David Blaikie wrote:
> 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
>
> <demo.diff>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110916/f8f45782/attachment.html>
More information about the llvm-commits
mailing list