From owner-freebsd-toolchain@FreeBSD.ORG Fri Jun 17 15:42:33 2011 Return-Path: Delivered-To: toolchain@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09283106566B for ; Fri, 17 Jun 2011 15:42:33 +0000 (UTC) (envelope-from 6yearold@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id CF0D78FC29 for ; Fri, 17 Jun 2011 15:42:32 +0000 (UTC) Received: by pvg11 with SMTP id 11so2676125pvg.13 for ; Fri, 17 Jun 2011 08:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=jpOl2r7M/ffLiewxnh2qw7NlJy+37Qucct0NoLohSks=; b=QSCTuoemSaNDUSN0WYFW1nXE6Tcvn/phXNPWhDQTOWZ/16u21G7cYQYcJcUzuRuVn1 yfzhjBuj9dMmP3nRBPIqhMqKLCKhxykpY7FQUhqB5GHUyUnnINBbVq50TyxKgMrzydM0 qg7CU+aYw26j3k/USBPr2t0Gghv9dAQ5Sbdyk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=H0l8oiShlTAOUvNxfAPBsvG0n0GfgGVP99wHQOvV17MpzRMc4eg0CrOb/HYM4Ke2Xi Q+R5KqPjfztq3oFRlFqQOfVDH5i7J7YGRayQOCgNlg4DMaSbJwdm8Kh/KsHL03wyBkK/ whU4SxYVtcLyYjyc+xmAzwDXuXEt/ghfwOnyQ= Received: by 10.142.214.21 with SMTP id m21mr394648wfg.17.1308323756119; Fri, 17 Jun 2011 08:15:56 -0700 (PDT) MIME-Version: 1.0 Received: by 10.143.59.9 with HTTP; Fri, 17 Jun 2011 08:15:36 -0700 (PDT) In-Reply-To: References: <20110610072512.GA35144@freebsd.org> <5A6AC098-FB0D-474A-B92D-190121CA400F@xcllnt.net> <4DFA783D.8040207@FreeBSD.org> From: arrowdodger <6yearold@gmail.com> Date: Fri, 17 Jun 2011 19:15:36 +0400 Message-ID: To: Erik Cederstrand Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: toolchain@freebsd.org Subject: Re: Adding additional llvm/clang goodies (was: Re: llvm-ia64 is off the ground...) X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jun 2011 15:42:33 -0000 On Fri, Jun 17, 2011 at 5:36 PM, Erik Cederstrand wrote: > * llvm-nm and llvm-objdump have been converted to Michael Spencer's object > file library (http://www.llvm.org/devmtg/2010-11/Spencer-ObjectFiles.pdf) > and should work on our binaries. > Yes, i've tried them some time ago and it worked. * llvm-as is used by us already on i386/amd64(?) > It's not related with --integrated-as. llvm-as is producing .bc files from .ll