Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Dec 2017 00:21:50 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r327328 - projects/clang600-import/lib/clang/libllvm
Message-ID:  <201712290021.vBT0LoQK099622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712290021.vBT0LoQK099622>