From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 25 05:19:36 2015 Return-Path: Delivered-To: freebsd-hackers@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 D1D26D2C for ; Sun, 25 Jan 2015 05:19:36 +0000 (UTC) Received: from mail-la0-x234.google.com (mail-la0-x234.google.com [IPv6:2a00:1450:4010:c03::234]) (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 54CB234F for ; Sun, 25 Jan 2015 05:19:36 +0000 (UTC) Received: by mail-la0-f52.google.com with SMTP id ge10so3332560lab.11 for ; Sat, 24 Jan 2015 21:19:34 -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=RoV9fuhWpTa0R3FHNN4qFKPUyoWotjlYCG4UPnIawnM=; b=l9HSD4W2q6S5/UTllJxvSXI2O0NVcqfTk3rfHUlKSuug8i6zQJVjcrI8UaTC81x/Bl 7CwBeua6znFfHs4DCGJNNON88wEGevKgoyE4WGnGh17xh2F/EMiOqZbzBA6E+HZ935Gn n28BjUIF+HFFTug1kCm0L814vyorUB4v3BPWNVfcb+dTrWI+alUloljUVycF0oaWTKM6 PlNCk0YDW0TZJngqVIa+KoMuvEc/dQUBtguCFNWJ0Lk77HQ31ivElMr70Giln7na5GVC NhpLzkYCJaKAvaaPS1SrtDPmQkPENGOhrg8A/j9SnPSDP5XgHYEn2Cjj+LjbWrEQ4mLt S2LQ== X-Received: by 10.152.161.168 with SMTP id xt8mr15164655lab.35.1422163174140; Sat, 24 Jan 2015 21:19:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.12.6 with HTTP; Sat, 24 Jan 2015 21:19:04 -0800 (PST) From: Yue Chen Date: Sun, 25 Jan 2015 00:19:04 -0500 Message-ID: Subject: How to get the source code of FreeBSD-Clang? To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Sun, 25 Jan 2015 13:22:39 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 05:19:36 -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.