From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20152 invoked by alias); 2 Nov 2010 11:55:20 -0000 Received: (qmail 20142 invoked by uid 22791); 2 Nov 2010 11:55:19 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-iw0-f175.google.com (HELO mail-iw0-f175.google.com) (209.85.214.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Nov 2010 11:55:14 +0000 Received: by iwn42 with SMTP id 42so7368677iwn.20 for ; Tue, 02 Nov 2010 04:55:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.229.6 with SMTP id jg6mr7629958icb.121.1288698912449; Tue, 02 Nov 2010 04:55:12 -0700 (PDT) Received: by 10.231.34.66 with HTTP; Tue, 2 Nov 2010 04:55:12 -0700 (PDT) In-Reply-To: <20101102114235.GD27428@basil.fritz.box> References: <1287241747-2496-1-git-send-email-andi@firstfloor.org> <1287241747-2496-2-git-send-email-andi@firstfloor.org> <1287241747-2496-3-git-send-email-andi@firstfloor.org> <4CCFEF92.4030204@google.com> <20101102114235.GD27428@basil.fritz.box> Date: Tue, 02 Nov 2010 11:57:00 -0000 Message-ID: Subject: Re: [PATCH 2/3] Implement -flto-slim From: Richard Guenther To: Andi Kleen Cc: Diego Novillo , gcc-patches@gcc.gnu.org, Andi Kleen Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-11/txt/msg00136.txt.bz2 On Tue, Nov 2, 2010 at 12:42 PM, Andi Kleen wrote: >> Oh, yeah. =A0We'd need to wait for the linker plugin to be built uncondi= tionally. > > There's that. > > FWIW -- i currently use a private LTO test suite because I found it diffi= cult > to express many of the multi file test cases I have in dejagnu. =A0 It si= mply > uses Makefiles. > > I realize it's not a very satisfying situation. ;) I guess it wouldn't be too hard to detect a $testcase.mk file and invoke that with 'build' 'run' and 'clean' rules from dejagnu. At least it wasn't too hard to add linker-plugin support or suppor for multi-language tests. For a non-TCL speaker, that is ;) Richard. > -Andi >