Add one additional file to libllvmminimal, to help the ppc64 bootstrap.

Reported by:	bdragon
PR:		244251
MFC after:	6 weeks
X-MFC-With:	358851
This commit is contained in:
Dimitry Andric 2020-03-10 20:01:52 +00:00
parent d7cdd89777
commit 0f1174c5e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358854

View File

@ -58,6 +58,7 @@ SRCS+= Support/Unicode.cpp
SRCS+= Support/VirtualFileSystem.cpp
SRCS+= Support/Watchdog.cpp
SRCS+= Support/WithColor.cpp
SRCS+= Support/YAMLParser.cpp
SRCS+= Support/circular_raw_ostream.cpp
SRCS+= Support/raw_ostream.cpp
SRCS+= Support/regcomp.c