From owner-svn-src-projects@freebsd.org Fri Dec 29 00:21:52 2017 Return-Path: Delivered-To: svn-src-projects@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 10C6DE8BD06 for ; Fri, 29 Dec 2017 00:21:52 +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 CF5187391D; Fri, 29 Dec 2017 00:21:51 +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 vBT0LoEE099623; Fri, 29 Dec 2017 00:21:50 GMT (envelope-from dim@FreeBSD.org) Received: (from dim@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBT0LoQK099622; Fri, 29 Dec 2017 00:21:50 GMT (envelope-from dim@FreeBSD.org) Message-Id: <201712290021.vBT0LoQK099622@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dim set sender to dim@FreeBSD.org using -f From: Dimitry Andric Date: Fri, 29 Dec 2017 00:21:50 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r327328 - projects/clang600-import/lib/clang/libllvm X-SVN-Group: projects X-SVN-Commit-Author: dim X-SVN-Commit-Paths: projects/clang600-import/lib/clang/libllvm X-SVN-Commit-Revision: 327328 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.25 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: Fri, 29 Dec 2017 00:21:52 -0000 Author: dim Date: Fri Dec 29 00:21:50 2017 New Revision: 327328 URL: https://svnweb.freebsd.org/changeset/base/327328 Log: Add one more file to libllvm's SRCS_MIN, since this one is required for MK_SHARED_TOOLCHAIN=yes. Modified: projects/clang600-import/lib/clang/libllvm/Makefile Modified: projects/clang600-import/lib/clang/libllvm/Makefile ============================================================================== --- projects/clang600-import/lib/clang/libllvm/Makefile Thu Dec 28 23:58:52 2017 (r327327) +++ projects/clang600-import/lib/clang/libllvm/Makefile Fri Dec 29 00:21:50 2017 (r327328) @@ -646,7 +646,7 @@ SRCS_MIN+= Object/RecordStreamer.cpp SRCS_MIW+= Object/SymbolSize.cpp SRCS_MIN+= Object/SymbolicFile.cpp SRCS_MIN+= Object/WasmObjectFile.cpp -SRCS_MIW+= Object/WindowsResource.cpp +SRCS_MIN+= Object/WindowsResource.cpp SRCS_MIN+= ObjectYAML/COFFYAML.cpp SRCS_EXT+= ObjectYAML/CodeViewYAMLDebugSections.cpp SRCS_EXT+= ObjectYAML/CodeViewYAMLSymbols.cpp