From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13166 invoked by alias); 5 Jun 2009 16:49:07 -0000 Received: (qmail 12957 invoked by uid 22791); 5 Jun 2009 16:49:01 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-out3.apple.com (HELO mail-out3.apple.com) (17.254.13.22) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Jun 2009 16:48:56 +0000 Received: from relay14.apple.com (relay14.apple.com [17.128.113.52]) by mail-out3.apple.com (Postfix) with ESMTP id 1E5E36347B61; Fri, 5 Jun 2009 09:48:55 -0700 (PDT) Received: from relay14.apple.com (unknown [127.0.0.1]) by relay14.apple.com (Symantec Brightmail Gateway) with ESMTP id F019F28041; Fri, 5 Jun 2009 09:48:54 -0700 (PDT) Received: from [17.116.217.86] (unknown [17.116.217.86]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by relay14.apple.com (Apple SCV relay) with ESMTP id 7439A28083; Fri, 5 Jun 2009 09:48:54 -0700 (PDT) Cc: Andrew Nisbet , grigori.fursin@inria.fr, baldrick@free.fr, gcc@gcc.gnu.org, ubizjak@gmail.com, zbigniew.chamski@gmail.com, espindola@google.com, ZAKS@il.ibm.com, Albert.Cohen@inria.fr Message-Id: <8D7D4DC8-7934-41FC-A2FC-FB379E5E1DC4@apple.com> From: Chris Lattner To: Steven Bosscher In-Reply-To: <571f6b510906050343o16e5a179s97838d1baafb938e@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: LLVM as a gcc plugin? Date: Fri, 05 Jun 2009 16:49:00 -0000 References: <4A290438020000D90002F6E4@iris.jde.aca.mmu.ac.uk> <571f6b510906050343o16e5a179s97838d1baafb938e@mail.gmail.com> X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00112.txt.bz2 On Jun 5, 2009, at 3:43 AM, Steven Bosscher wrote: > On Fri, Jun 5, 2009 at 12:40 PM, Andrew Nisbet > wrote: >> Hello, >> I am interested in developing LLVM functionality to support the >> interfaces in GCC ICI. > > *sigh* > > GCC != LLVM. And this is a GCC list. Can LLVM topics please be > discussed on an LLVM mailing list? How is LLVM any different than another external imported library (like GMP or MPFR) in this context? -Chris