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
_______________________________________________
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