From owner-freebsd-arm@FreeBSD.ORG Tue Feb 26 17:14:26 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8E7063F6 for ; Tue, 26 Feb 2013 17:14:26 +0000 (UTC) (envelope-from renato.golin@linaro.org) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) by mx1.freebsd.org (Postfix) with ESMTP id 19C4210E4 for ; Tue, 26 Feb 2013 17:14:25 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id gm6so3251809lbb.40 for ; Tue, 26 Feb 2013 09:14:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=UcrULXqdd71WJLJObfwHtthnhWFV7wyk2tl1ioooi+k=; b=JKhMbI4CzxC4KM50czwi4yxWZ6BPp/wUrY0dDq76WstnGGI7GXlDZF6ydSan/bx1TM LGRUqdUutf7M5aV6+Karnf6uiNbGeVXznTafSb5dSvvgmZuiOJ9bl/15vx2R3fCLD17t aEMxBztijrhbVHOV9sOpPyg179TzxneCxnQwDoKv9dLEbVqMW5yA0mtT7uFu/4pqdFHP Kd8m32HlsR1YIO9x615Xq4y6e0Uous0x316Xg58ni/GZfs3wlQAsRfKBoB7HERt13wAT jrxAxwusvUoMjjJR9K7/1ZinPEjJiXxcg8IohGrdnKg+cA4iWmsV9eAthMCm+Xp3Tyg8 0ogg== MIME-Version: 1.0 X-Received: by 10.112.43.137 with SMTP id w9mr866928lbl.77.1361898859146; Tue, 26 Feb 2013 09:14:19 -0800 (PST) Received: by 10.112.99.38 with HTTP; Tue, 26 Feb 2013 09:14:19 -0800 (PST) Date: Tue, 26 Feb 2013 17:14:19 +0000 Message-ID: Subject: LLVM tests on FreeBSD+ARM From: Renato Golin To: freebsd-arm@freebsd.org X-Gm-Message-State: ALoCoQlK8nHh1kaNUi7PaQET/P768+CmJaaWVC9B5e6ijH5/VlNaN2IxdTdweg6Qmey5EG7nJe1i Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 17:14:26 -0000 Hi folks, I'm updating the LLVM docs to add the information that LLVM is, indeed, supported on ARM, Linux and FreeBSD. But I don't know how well tested LLVM is on FreeBSD. Does anyone run LLVM's check-all regularly on FreeBSD+ARM? Did anyone ever ran LLVM's test-suite (via LNT or otherwise) and have the report so I can compare with the Linux results? It should look like this: http://lab.llvm.org:8011/builders/clang-native-arm-lnt I'm mainly interested in ARMv7, Cortex-A9 and/or A15, but older info is also appreciated. Thanks, --renato