From owner-svn-src-projects@FreeBSD.ORG Sun Feb 8 15:23:46 2015 Return-Path: Delivered-To: svn-src-projects@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 07CE9D78; Sun, 8 Feb 2015 15:23:46 +0000 (UTC) Received: from mail-qa0-x235.google.com (mail-qa0-x235.google.com [IPv6:2607:f8b0:400d:c00::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B3E93664; Sun, 8 Feb 2015 15:23:45 +0000 (UTC) Received: by mail-qa0-f53.google.com with SMTP id n4so17706328qaq.12; Sun, 08 Feb 2015 07:23:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=45ifBt3E9e/mAmG5QbXpLjZm4+oEW1Jyqs5xp6W4XwQ=; b=VEePR4QafB1xdfcqLOxEXqUgJRmh/pkDxkwLH2IVVLI5RKP3015+scvc1xMn166ZR2 TWMbCISl3Np9PNC9To7h9UCWmyLgwGSoIAfHytngSdpbIOrqGytsrv7a7CA+rKvtLr8V o5YQaecAqbT2asK9BX0pPxPx7Np0f/C+/XKoYo4C9SpgwBQwX3lnSyhiVcq6QuQtq3Ug hqlpNDjBu8GNbR2TdezGhSG6dGZjOcKolXDJlxGE1d/V2oUhw7b1QXI+NPSYUPtxMSOe QO2vhfiYYtNJG7K80bPd/B0aHiAUosQzZXbOZgqpRSoUWmOtsVzSWcn69u4rwpEYzU1f YLTw== X-Received: by 10.140.81.208 with SMTP id f74mr29779913qgd.94.1423409024827; Sun, 08 Feb 2015 07:23:44 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Sun, 8 Feb 2015 07:23:24 -0800 (PST) In-Reply-To: <54D77408.5090700@freebsd.org> References: <201502081428.t18ESi5j012778@svn.freebsd.org> <54D77408.5090700@freebsd.org> From: Ed Maste Date: Sun, 8 Feb 2015 10:23:24 -0500 X-Google-Sender-Auth: w8cfzeWr8_l_pRKg9uRhObWydtE Message-ID: Subject: Re: svn commit: r278380 - in projects/clang360-import/contrib/llvm/tools/lldb/source: Expression Symbol To: Steven Hartland Content-Type: text/plain; charset=UTF-8 Cc: svn-src-projects@freebsd.org, "src-committers@freebsd.org" X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2015 15:23:46 -0000 On 8 February 2015 at 09:34, Steven Hartland wrote: > Out of interest what's the reason behind reverting the compat changes? The now-reverted changes were for compatibility with Clang 3.5. Due to inconsistent branching for LLDB 3.5 we actually ended up with a dependency on a slightly newer Clang than 3.5. FreeBSD r275134 and r275127 reverted the LLDB changes that tracked Clang API changes after 3.5. This commit, r278380, restores the original post-Clang-3.5 API changes as part of the update to 3.6.