From owner-freebsd-current@FreeBSD.ORG Mon Feb 17 01:13:11 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BCEB5A9; Mon, 17 Feb 2014 01:13:11 +0000 (UTC) Received: from btw.pki2.com (btw.pki2.com [IPv6:2001:470:a:6fd::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0A70C10BB; Mon, 17 Feb 2014 01:13:10 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by btw.pki2.com (8.14.8/8.14.8) with ESMTP id s1H1CxnQ072618; Sun, 16 Feb 2014 17:12:59 -0800 (PST) (envelope-from freebsd@penx.com) Subject: Re: HEADS UP: Updated llvm/clang to 3.4 in r261991 From: Dennis Glatting To: Dimitry Andric In-Reply-To: <4702D3BA-E020-4787-86E9-2AB13E4562E3@FreeBSD.org> References: <6FA0FC8C-ABAA-433A-94AF-43AF84AD2AE4@FreeBSD.org> <1392581782.45152.6.camel@btw.pki2.com> <4702D3BA-E020-4787-86E9-2AB13E4562E3@FreeBSD.org> Content-Type: text/plain; charset="us-ascii" Date: Sun, 16 Feb 2014 17:12:59 -0800 Message-ID: <1392599579.45152.9.camel@btw.pki2.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-SoftwareMunitions-MailScanner-Information: Dennis Glatting X-SoftwareMunitions-MailScanner-ID: s1H1CxnQ072618 X-SoftwareMunitions-MailScanner: Found to be clean X-MailScanner-From: freebsd@penx.com Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 01:13:11 -0000 On Sun, 2014-02-16 at 21:38 +0100, Dimitry Andric wrote: > On 16 Feb 2014, at 21:16, Dennis Glatting wrote: > > On Sun, 2014-02-16 at 21:06 +0100, Dimitry Andric wrote: > >> I have just upgraded our copy of llvm/clang to 3.4 release, in r261991. > >> This version supports all of the features in the current working draft > >> of the upcoming C++ standard, provisionally named C++1y. > ... > > Is OpenMP supported in this version? Clang 3.4 from ports barfs: > > No, this is still being worked on in trunk. Support from Intel was > announced last August, here: > > http://lists.cs.uiuc.edu/pipermail/cfe-dev/2013-August/031595.html > > I hope it will be ready to appear in 3.5 release. There is currently an > experimental version, based on clang 3.3, published here: > > http://clang-omp.github.io/ > Thanks. I was confused between Phronix, the clang web site content, and trying to compile. > -Dimitry >