Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 19:07:16 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344264 - head/lib/clang/libllvmminimal
Message-ID:  <201902181907.x1IJ7Grp081015@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902181907.x1IJ7Grp081015>