From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b1f4420d01b2c4eb X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!proxad.net!feeder1-2.proxad.net!cleanfeed3-b.proxad.net!nnrp20-1.free.fr!not-for-mail Return-Path: X-Virus-Scanned: amavisd-new at ada-france.org X-Greylist: delayed 8942 seconds by postgrey-1.24 at green; Wed, 18 Jul 2007 12:49:21 CEST From: Duncan Sands To: comp.lang.ada@ada-france.org Subject: Re: LLVM--Low Level Virtual Machine--and Ada Date: Wed, 18 Jul 2007 09:48:39 +0200 User-Agent: KMail/1.9.7 References: <1184730995.862147.208590@g12g2000prg.googlegroups.com> In-Reply-To: <1184730995.862147.208590@g12g2000prg.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Jerry X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.9rc1 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.ada Message-ID: X-Leafnode-NNTP-Posting-Host: 88.191.17.134 Organization: Guest of ProXad - France NNTP-Posting-Date: 18 Jul 2007 12:50:02 MEST NNTP-Posting-Host: 88.191.14.223 X-Trace: 1184755802 news-1.free.fr 22911 88.191.14.223:50178 X-Complaints-To: abuse@proxad.net Xref: g2news1.google.com comp.lang.ada:16509 Date: 2007-07-18T12:50:02+02:00 On Wednesday 18 July 2007 05:56:35 Jerry wrote: > I've been hearing a lot lately about LLVM, the Low Level Virtual > Machine. Apparently it is kind of like the gcc arrangement with a > front-end and back-end for compilers. The difference with the LLVM is > that it is supposed "super easy" to make a front end. So naturally one > wonders, What is the likelihood of Ada being supported? > > http://llvm.org/ Hi Jerry, I'm porting GNAT to it. Most likely it will not be in the next LLVM release, but in the one after that. However it should be possible to check out a development version in the near future. I will post an announcement here once something usable is publically available. It works quite well in my development tree, for example all the ACATS tests pass except for a bunch of tasking tests (I don't know why those fail yet). Duncan.