Author: dim
Date: Thu Feb 21 07:22:05 2019
New Revision: 344426
URL: https://svnweb.freebsd.org/changeset/base/344426

Log:
  MFC r344264:
  
  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

Modified:
  stable/12/lib/clang/libllvmminimal/Makefile
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/lib/clang/libllvmminimal/Makefile
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/lib/clang/libllvmminimal/Makefile
==============================================================================
--- stable/12/lib/clang/libllvmminimal/Makefile Thu Feb 21 07:20:17 2019        
(r344425)
+++ stable/12/lib/clang/libllvmminimal/Makefile Thu Feb 21 07:22:05 2019        
(r344426)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to