Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id EC0AFA6531 for ; Sat, 26 Sep 2015 08:42:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 37A5A14A443; Sat, 26 Sep 2015 08:42:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F1A8C14A450 for ; Sat, 26 Sep 2015 08:42:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id utYMHp_ZhMSw for ; Sat, 26 Sep 2015 08:42:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2294914A1AE for ; Sat, 26 Sep 2015 08:42:20 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 16AA198; Sat, 26 Sep 2015 08:42:20 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 26 Sep 2015 08:42:20 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20150926084220.16AA198@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tnn Date: Sat Sep 26 08:42:20 UTC 2015 Modified Files: pkgsrc/lang/clang: Makefile.common PLIST distinfo pkgsrc/lang/libLLVM: Makefile PLIST buildlink3.mk Added Files: pkgsrc/lang/clang/patches: patch-configure Log Message: Update to clang-3.7.0 and libLLVM-3.7.0 Compacted version of upstream's release notes: The LLVM C API LLVMGetTargetMachineData is deprecated DataLayout is no longer optional Comdats are now ortogonal to the linkage On ELF now supports multiple sections with the same name and comdat LLVM now lazily loads metadata in some cases Creating archives with IR files with debug info is now 25X faster llvm-ar(1) can create archives in the BSD format used by OS X LLVM received a backend for the extended Berkely Packet Filter instruction set The BPF target is now available by default Switch-case lowering was rewritten to avoid generating unbalanced search trees The debug info IR class hierarchy now inherits from Metadata Argument-less TargetMachine::getSubtarget has been removed from the tree To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/clang/Makefile.common cvs rdiff -u -r1.16 -r1.17 pkgsrc/lang/clang/PLIST cvs rdiff -u -r1.35 -r1.36 pkgsrc/lang/clang/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/lang/clang/patches/patch-configure cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/libLLVM/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/libLLVM/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/libLLVM/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.