Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2019 07:22:06 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r344426 - in stable: 11/lib/clang/libllvmminimal 12/lib/clang/libllvmminimal
Message-ID:  <201902210722.x1L7M6Q4033154@repo.freebsd.org>

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



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