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
This commit is contained in:
Dimitry Andric 2019-02-18 19:07:15 +00:00
parent 993b827f31
commit 40af08b3a3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=344264

View File

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