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

Dimitry Andric dim at FreeBSD.org
Mon Feb 18 19:07:17 UTC 2019


Author: dim
Date: Mon Feb 18 19:07:15 2019
New Revision: 344264
URL: https://svnweb.freebsd.org/changeset/base/344264

Log:
  Add one additional file to libllvmminimal, since in some cases (e.g.
  upgrading from stable/10 to stable/11) symbols from it are needed to
  link llvm-tblgen and clang-tblgen.
  
  Reported by:	kib
  MFC after:	3 days

Modified:
  head/lib/clang/libllvmminimal/Makefile

Modified: head/lib/clang/libllvmminimal/Makefile
==============================================================================
--- head/lib/clang/libllvmminimal/Makefile	Mon Feb 18 18:57:52 2019	(r344263)
+++ head/lib/clang/libllvmminimal/Makefile	Mon Feb 18 19:07:15 2019	(r344264)
@@ -18,6 +18,7 @@ SRCS+=		Support/Errno.cpp
 SRCS+=		Support/Error.cpp
 SRCS+=		Support/ErrorHandling.cpp
 SRCS+=		Support/FoldingSet.cpp
+SRCS+=		Support/FormatVariadic.cpp
 SRCS+=		Support/FormattedStream.cpp
 SRCS+=		Support/Hashing.cpp
 SRCS+=		Support/Host.cpp


More information about the svn-src-all mailing list