From owner-freebsd-hackers@FreeBSD.ORG Tue Jul 21 05:02:33 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 228EF106564A for ; Tue, 21 Jul 2009 05:02:33 +0000 (UTC) (envelope-from wsw1wsw2@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id D25008FC1C for ; Tue, 21 Jul 2009 05:02:32 +0000 (UTC) (envelope-from wsw1wsw2@gmail.com) Received: by yxe11 with SMTP id 11so4525853yxe.3 for ; Mon, 20 Jul 2009 22:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=Eg4o7MNyVWCcqqDLFVrtJ8ClEaZqI58B2grH//0OgN0=; b=WQIefRuagFBVly/UP9hSLC9AH13cEuTVDMjPktj2lQYiif0AUb0qPZejRwVTH/y917 q1egFUkghwKa7VNaQfNoFSRZgUZqTv/7bAho1wYqWS53sByQ1Pnn0A0NfApQ8fMf45aD LSzOnbiF8Goyqxb3d0yHlNSH6wyVAyAQLF49U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=MLZH2U+//7btRJXAR6z5fmcukwG03QJQLA7mWAGqeso/MoWsOsk/JMVM3Ryk8pVC58 l1nxihVM93gFpP10rbFUWTDqacK/8WDSZyotr9jW1ayCkH99BiioHP/TLQblw49VIDn1 BFfMH1sZIecf2JKOmwADMYS1erOeg1tR0h0xU= MIME-Version: 1.0 Received: by 10.100.141.15 with SMTP id o15mr7351076and.20.1248150870725; Mon, 20 Jul 2009 21:34:30 -0700 (PDT) Date: Tue, 21 Jul 2009 12:34:29 +0800 Message-ID: <2e566b9e0907202134h5568a06bl33a8d95ac9c7f845@mail.gmail.com> From: "Shaowei Wang (wsw)" To: hackers@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: llvm/clang a tool chain or just a compiler for FreeBSD? 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: Tue, 21 Jul 2009 05:02:33 -0000 Hi, hackers! Recently I am playing the clangbsd i386 branch and it works. I've noticed that clang using gcc to linking object code or even doing assembling. clang from FreeBSD perspective will be a whole compiler tool chain or just another C/C++ compiler (may using system's [GNU]as and [GNU]ld) ? Thanks -wsw