Related articles |
---|
[29 earlier articles] |
Re: What's lacking: a good intermediate form max@gustavus.edu (Max Hailperin) (2009-03-07) |
Re: What's lacking: a good intermediate form pertti.kellomaki@tut.fi (Pertti Kellomaki) (2009-03-09) |
Re: What's lacking: a good intermediate form pertti.kellomaki@tut.fi (Pertti Kellomaki) (2009-03-09) |
Re: What's lacking: a good intermediate form bobduff@shell01.TheWorld.com (Robert A Duff) (2009-03-10) |
Re: What's lacking: a good intermediate form bartc@freeuk.com (Bartc) (2009-03-11) |
Re: What's lacking: a good intermediate form tony@my.net (Tony) (2009-03-10) |
Re: What's lacking: a good intermediate form pertti.kellomaki@tut.fi (Pertti Kellomaki) (2009-03-12) |
Re: What's lacking: a good intermediate form pertti.kellomaki@tut.fi (Pertti Kellomaki) (2009-03-12) |
Re: What's lacking: a good intermediate form tony@my.net (Tony) (2009-03-14) |
Re: What's lacking: a good intermediate form jon@ffconsultancy.com (Jon Harrop) (2009-03-15) |
Re: What's lacking: a good intermediate form jon@ffconsultancy.com (Jon Harrop) (2009-03-15) |
From: | Pertti Kellomaki <pertti.kellomaki@tut.fi> |
Newsgroups: | comp.compilers |
Date: | Thu, 12 Mar 2009 10:08:18 +0200 |
Organization: | Compilers Central |
References: | 09-02-132 09-02-136 09-02-144 09-03-003 09-03-010 09-03-019 09-03-023 09-03-031 09-03-043 09-03-048 |
Keywords: | LLVM |
Posted-Date: | 12 Mar 2009 21:26:57 EDT |
Robert A Duff:
> This information is well-hidden, when looking at the llvm web pages.
> If llvm supports windows, it ought to advertise that fact!
Here's what the release notes say:
LLVM is known to work on the following platforms:
# Intel and AMD machines running on Win32 using MinGW libraries
(native).
# Intel and AMD machines running on Win32 with the Cygwin libraries
(limited support is available for native builds with Visual C++).
> Is Cygwin required just for building llvm, or it is also needed
> when using llvm-based tools (e.g. a compiler that uses llvm
> to generate machine code)?
I think the LLVM x86 backend uses gas (the GNU assembler) to
produce the final binaries, but you should double check this.
--
Pertti
Return to the
comp.compilers page.
Search the
comp.compilers archives again.