From owner-freebsd-current@FreeBSD.ORG Sun Jan 25 05:16:54 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02FA3BF0 for ; Sun, 25 Jan 2015 05:16:54 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2C0343 for ; Sun, 25 Jan 2015 05:16:53 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id 10so3289274lbg.10 for ; Sat, 24 Jan 2015 21:16:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=J77b2p6XZBIh2HY+JGc63mo+pmdbyE8aMy6Fq9xXryc=; b=TCWpykutbTwrfF6MDG3AJtaxMmbXE7ookPkDKJBfgc4LpGP007QudTfcptXCfAYV4F ZoVwBAYwoMc9rjSDhlQ/egdmJsDCCXTLxjDfQbW95KRy5nf8g3t5FJdQEKPjQH8CBhL1 v79+k/qgZ9E/UNQO061mx5Vg0A8/zy36bQ10E7h8tXTjeUrJB0+bLsx/Y8VdQ7qQGHUv eVeyZFxD754Eu8U8QV4do6vYI40wYXsbtg6E+ryHYG1+DeCrThPUH+DR++GzH2xUq9jO 8Zyqbddnzm+RuhSwKPHNndoMbvMgFRyBgsi8bn/bRvAjk4JmQhmya/N4WoE3EKcOPeOQ FvEA== X-Received: by 10.152.21.228 with SMTP id y4mr15326012lae.72.1422163011393; Sat, 24 Jan 2015 21:16:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.12.6 with HTTP; Sat, 24 Jan 2015 21:16:21 -0800 (PST) From: Yue Chen Date: Sun, 25 Jan 2015 00:16:21 -0500 Message-ID: Subject: How to get the source code of FreeBSD-Clang? To: freebsd-current@freebsd.org X-Mailman-Approved-At: Sun, 25 Jan 2015 12:06:58 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 05:16:54 -0000 When I use the original versions (even 3.4.1) of LLVM/Clang to compile FreeBSD kernel, it always has problems. Since I need to modify something in LLVM source and then build the kernel, where can I get the FreeBSD-friendly Clang/LLVM source code? Thanks.