svn commit: r358857 - head/lib/clang/libllvm
Dimitry Andric
dim at FreeBSD.org
Tue Mar 10 20:25:38 UTC 2020
Author: dim
Date: Tue Mar 10 20:25:36 2020
New Revision: 358857
URL: https://svnweb.freebsd.org/changeset/base/358857
Log:
Move another file in libllvm from sources required for world, to sources
required for bootstrap, as the PowerPC builds need this.
Reported by: bdragon
PR: 244251
MFC after: 6 weeks
X-MFC-With: 358851
Modified:
head/lib/clang/libllvm/Makefile
Modified: head/lib/clang/libllvm/Makefile
==============================================================================
--- head/lib/clang/libllvm/Makefile Tue Mar 10 20:25:03 2020 (r358856)
+++ head/lib/clang/libllvm/Makefile Tue Mar 10 20:25:36 2020 (r358857)
@@ -842,7 +842,7 @@ SRCS_MIN+= Support/BranchProbability.cpp
SRCS_MIN+= Support/BuryPointer.cpp
SRCS_MIN+= Support/CachePruning.cpp
SRCS_MIW+= Support/COM.cpp
-SRCS_MIW+= Support/CRC.cpp
+SRCS_MIN+= Support/CRC.cpp
SRCS_MIN+= Support/Chrono.cpp
SRCS_MIN+= Support/CodeGenCoverage.cpp
SRCS_MIN+= Support/CommandLine.cpp
More information about the svn-src-head
mailing list