svn commit: r358854 - head/lib/clang/libllvmminimal

Dimitry Andric dim at FreeBSD.org
Tue Mar 10 20:01:53 UTC 2020


Author: dim
Date: Tue Mar 10 20:01:52 2020
New Revision: 358854
URL: https://svnweb.freebsd.org/changeset/base/358854

Log:
  Add one additional file to libllvmminimal, to help the ppc64 bootstrap.
  
  Reported by:	bdragon
  PR:		244251
  MFC after:	6 weeks
  X-MFC-With:	358851

Modified:
  head/lib/clang/libllvmminimal/Makefile

Modified: head/lib/clang/libllvmminimal/Makefile
==============================================================================
--- head/lib/clang/libllvmminimal/Makefile	Tue Mar 10 19:52:19 2020	(r358853)
+++ head/lib/clang/libllvmminimal/Makefile	Tue Mar 10 20:01:52 2020	(r358854)
@@ -58,6 +58,7 @@ SRCS+=		Support/Unicode.cpp
 SRCS+=		Support/VirtualFileSystem.cpp
 SRCS+=		Support/Watchdog.cpp
 SRCS+=		Support/WithColor.cpp
+SRCS+=		Support/YAMLParser.cpp
 SRCS+=		Support/circular_raw_ostream.cpp
 SRCS+=		Support/raw_ostream.cpp
 SRCS+=		Support/regcomp.c


More information about the svn-src-all mailing list