From owner-svn-src-vendor@freebsd.org Tue May 30 17:38:13 2017 Return-Path: Delivered-To: svn-src-vendor@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 8932DB94C20; Tue, 30 May 2017 17:38:13 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55265718C3; Tue, 30 May 2017 17:38:13 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UHcCMq046176; Tue, 30 May 2017 17:38:12 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UHcCe5046175; Tue, 30 May 2017 17:38:12 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201705301738.v4UHcCe5046175@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Tue, 30 May 2017 17:38:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org Subject: svn commit: r319240 - vendor/lldb/dist/include/lldb/Utility X-SVN-Group: vendor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-vendor@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the vendor work area tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 17:38:13 -0000 Author: dim Date: Tue May 30 17:38:12 2017 New Revision: 319240 URL: https://svnweb.freebsd.org/changeset/base/319240 Log: Vendor import of lldb trunk r304222: https://llvm.org/svn/llvm-project/lldb/trunk@304222 Modified: vendor/lldb/dist/include/lldb/Utility/Log.h Modified: vendor/lldb/dist/include/lldb/Utility/Log.h ============================================================================== --- vendor/lldb/dist/include/lldb/Utility/Log.h Tue May 30 17:38:08 2017 (r319239) +++ vendor/lldb/dist/include/lldb/Utility/Log.h Tue May 30 17:38:12 2017 (r319240) @@ -18,6 +18,7 @@ #include "llvm/ADT/StringMap.h" // for StringMap #include "llvm/ADT/StringRef.h" // for StringRef, StringLiteral #include "llvm/Support/FormatVariadic.h" +#include "llvm/Support/ManagedStatic.h" #include "llvm/Support/RWMutex.h" #include @@ -29,9 +30,6 @@ namespace llvm { class raw_ostream; -} -namespace llvm { -template class ManagedStatic; } //---------------------------------------------------------------------- // Logging Options