From owner-svn-src-all@freebsd.org Fri Nov 25 05:18:44 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AD51C54CFC; Fri, 25 Nov 2016 05:18:44 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from mr11p00im-asmtp004.me.com (mr11p00im-asmtp004.me.com [17.110.69.135]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D3BECE7F; Fri, 25 Nov 2016 05:18:43 +0000 (UTC) (envelope-from rpokala@mac.com) Received: from process-dkim-sign-daemon.mr11p00im-asmtp004.me.com by mr11p00im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) id <0OH600300JV8CX00@mr11p00im-asmtp004.me.com>; Fri, 25 Nov 2016 04:18:37 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mac.com; s=4d515a; t=1480047517; bh=/VKkgWYnwsSdkzQzBMxTWc5OETa9B70H5ppOsx+3wZQ=; h=Date:Subject:From:To:Message-id:MIME-version:Content-type; b=JdLf4V7zUeSLa61Re+Ki1e+88xCdc79NR4ELOVFGC/iH/ms+8CWji7aHnRnrrvdCt BFzksLNIcg/UNcSIG7aQ11LMvfQCEaNmPYlQompbhwG9WgKKfA1vNvxfGU3Wq7xg2F aWgTj8EDz1hd0nbio+mrga8lkNcPihXrc1IuPIVW4HLF+qyoTPdk/LaFy3RzdERHFQ fNCl3Itd5WX4ITaamc8mUIE2FQrUjRf12ovRYssrrYRzMXstaYpkJ2+dNbh2Qwm40e o8fG5clxeXB8kemQfmh7271FnKQEAVfJvgwwLlpta12tjpYqyBHB70w9blvqSNwfIc 2D9uXQj9rOznw== Received: from [192.168.1.4] (c-67-188-225-23.hsd1.ca.comcast.net [67.188.225.23]) by mr11p00im-asmtp004.me.com (Oracle Communications Messaging Server 7.0.5.38.0 64bit (built Feb 26 2016)) with ESMTPSA id <0OH600GKCJYZ5320@mr11p00im-asmtp004.me.com>; Fri, 25 Nov 2016 04:18:36 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-11-24_11:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 clxscore=1034 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1603290000 definitions=main-1611250076 User-Agent: Microsoft-MacOutlook/f.1c.1.161117 Date: Thu, 24 Nov 2016 20:18:35 -0800 Subject: Re: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contrib... From: Ravi Pokala Sender: "Pokala, Ravi" To: Dimitry Andric , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-id: <1B60368B-7A11-48E3-829B-664AE0566E1D@panasas.com> Thread-topic: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contrib... References: <201611242254.uAOMswkb081748@repo.freebsd.org> In-reply-to: <201611242254.uAOMswkb081748@repo.freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-transfer-encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Nov 2016 05:18:44 -0000 This is huge, and a long time coming! Thanks all! -Ravi (rpokala@) -----Original Message----- > From: on behalf of Dimitry Andric > Date: 2016-11-24, Thursday at 14:54 > To: , , > Subject: svn commit: r309124 - in head: . contrib/compiler-rt contrib/compiler-rt/include/sanitizer contrib/compiler-rt/lib/asan contrib/compiler-rt/lib/builtins contrib/compiler-rt/lib/builtins/arm contrib... > > Author: dim > Date: Thu Nov 24 22:54:55 2016 > New Revision: 309124 > URL: https://svnweb.freebsd.org/changeset/base/309124 > > Log: > Upgrade our copies of clang, llvm, lldb, compiler-rt and libc++ to 3.9.0 > release, and add lld 3.9.0. Also completely revamp the build system for > clang, llvm, lldb and their related tools. > > Please note that from 3.5.0 onwards, clang, llvm and lldb require C++11 > support to build; see UPDATING for more information. > > Release notes for llvm, clang and lld are available here: > > > > > Thanks to Ed Maste, Bryan Drewery, Andrew Turner, Antoine Brodin and Jan > Beich for their help. > > Relnotes: yes > MFC after: 1 month