From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 10 08:52:56 2009 Return-Path: Delivered-To: hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB261065676; Wed, 10 Jun 2009 08:52:56 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 74A628FC13; Wed, 10 Jun 2009 08:52:50 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id A54049CB09C; Wed, 10 Jun 2009 10:51:41 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KnmjLPRtqE2M; Wed, 10 Jun 2009 10:51:39 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 2FA1A9CB169; Wed, 10 Jun 2009 10:51:39 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n5A8pcWj007613; Wed, 10 Jun 2009 10:51:38 +0200 (CEST) (envelope-from rdivacky) Date: Wed, 10 Jun 2009 10:51:38 +0200 From: Roman Divacky To: Erik Cederstrand Message-ID: <20090610085138.GA7459@freebsd.org> References: <20090604093831.GE48776@hoeg.nl> <31BD4D08-6558-46FF-9B93-CF8249AAC461@cederstrand.dk> <20090604123801.GA34971@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: Ed Schouten , hackers@FreeBSD.org, current@FreeBSD.org Subject: Re: Clang: now available from a SVN server near you! X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 08:52:57 -0000 On Fri, Jun 05, 2009 at 09:45:44AM +0200, Erik Cederstrand wrote: > Hi Roman > > Den 04/06/2009 kl. 14.38 skrev Roman Divacky: > > > >you could use llvm-ld (see the wiki for instructions how to do it). > >there's also some > >effort to make gnu ld usable with llvm LTO and I guess the patch > >could be backported > >to our ld. I guess > > As I understand the reply from Eli Friedman[1] this is not possible > without at least some hacking. > > The LTO work in GNU ld[2] is under GPLv3[3], as is gold[4], which > makes backporting patches a sticky issue. we can ask the person who did the gnu ld work to relicense the one patch under gplv2