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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to