Received: by mail.netbsd.org (Postfix, from userid 605) id C6ED214A159; Mon, 19 Dec 2011 14:07:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2229314A157 for ; Mon, 19 Dec 2011 14:07:41 +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 20178VoKipQt for ; Mon, 19 Dec 2011 14:07:40 +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 982A614A153 for ; Mon, 19 Dec 2011 14:07:40 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 29E7E175DF; Mon, 19 Dec 2011 14:07:41 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Mon, 19 Dec 2011 14:07:41 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: src/external/bsd/llvm To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20111219140741.29E7E175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Joerg Sonnenberger" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: joerg Date: Mon Dec 19 14:07:40 UTC 2011 Modified Files: src/external/bsd/llvm: Makefile.inc src/external/bsd/llvm/lib/libLLVMCodeGen: Makefile src/external/bsd/llvm/lib/libLLVMSupport: Makefile src/external/bsd/llvm/lib/libLLVMTarget: Makefile src/external/bsd/llvm/lib/libLLVMTransformsUtils: Makefile src/external/bsd/llvm/lib/libclangDriver: Makefile src/external/bsd/llvm/lib/libclangFrontend: Makefile Log Message: Update LLVM/Clang snapshot to r146851. Most noticable, this fixes the vfork issues with RUMP depending on inlining certain functions and a bad stdio simplification. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/external/bsd/llvm/Makefile.inc cvs rdiff -u -r1.11 -r1.12 src/external/bsd/llvm/lib/libLLVMCodeGen/Makefile cvs rdiff -u -r1.6 -r1.7 src/external/bsd/llvm/lib/libLLVMSupport/Makefile cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/lib/libLLVMTarget/Makefile cvs rdiff -u -r1.6 -r1.7 \ src/external/bsd/llvm/lib/libLLVMTransformsUtils/Makefile cvs rdiff -u -r1.1 -r1.2 src/external/bsd/llvm/lib/libclangDriver/Makefile cvs rdiff -u -r1.8 -r1.9 src/external/bsd/llvm/lib/libclangFrontend/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.