From owner-freebsd-toolchain@FreeBSD.ORG Sat Sep 13 16:53:41 2014 Return-Path: Delivered-To: freebsd-toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97339581 for ; Sat, 13 Sep 2014 16:53:41 +0000 (UTC) Received: from vlakno.cz (mail.vlakno.cz [91.217.96.224]) by mx1.freebsd.org (Postfix) with ESMTP id 56264E2D for ; Sat, 13 Sep 2014 16:53:40 +0000 (UTC) Received: by vlakno.cz (Postfix, from userid 1002) id 972F91D95716; Sat, 13 Sep 2014 18:53:32 +0200 (CEST) Date: Sat, 13 Sep 2014 18:53:32 +0200 From: Roman Divacky To: Steve Kargl Subject: Re: status of clang on sparc64? Message-ID: <20140913165332.GA98677@vlakno.cz> References: <20140912000406.GA83874@troutmask.apl.washington.edu> <20140913082322.GA76218@vlakno.cz> <20140913165135.GA1572@troutmask.apl.washington.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140913165135.GA1572@troutmask.apl.washington.edu> User-Agent: Mutt/1.5.23 (2014-03-12) Cc: freebsd-toolchain@freebsd.org X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Sep 2014 16:53:41 -0000 On Sat, Sep 13, 2014 at 09:51:35AM -0700, Steve Kargl wrote: > On Sat, Sep 13, 2014 at 10:23:22AM +0200, Roman Divacky wrote: > > On Thu, Sep 11, 2014 at 05:04:06PM -0700, Steve Kargl wrote: > > > What's the current status for running clang on sparc64? > > > > Last time we played with this (february?) it was able to compile > > a seemingly working world. So I guess it's not that terribly broken. > > > > We didnt test that much stuff though. > > > > > In particular, flame.freebsd.org is running 10.1-PRERELEASE > > > compiled with gcc 4.2.1. Any chance that clanf can be > > > made available on flame? > > > > I think your best bet is to compile it on flame yourself or crosscompile > > world for sparc64 and use it on flame. > > > > Was your testing with the in-tree llvm/clang or upstream? > Should I try to compile lang/clang35 or lang/clang-devel? > > My main (and perhaps only) interest is to test the ld128 > math libraries functions that I've been writing. In-tree clang is ok. We have backported all the relevant patches. Roman