aboutsummaryrefslogtreecommitdiff
path: root/lib/clang
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-03-10 20:01:52 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-03-10 20:01:52 +0000
commit0f1174c5e19b0fcb9c378e49c61a47de5f2bd72f (patch)
tree4384cca3503529d4f38566d6ccce487f08c2d9dc /lib/clang
parentd7cdd89777b83f82416f4bb0c84249db63d90686 (diff)
downloadsrc-0f1174c5e19b0fcb9c378e49c61a47de5f2bd72f.tar.gz
src-0f1174c5e19b0fcb9c378e49c61a47de5f2bd72f.zip
Add one additional file to libllvmminimal, to help the ppc64 bootstrap.
Reported by: bdragon PR: 244251 MFC after: 6 weeks X-MFC-With: 358851
Notes
Notes: svn path=/head/; revision=358854
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/libllvmminimal/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/clang/libllvmminimal/Makefile b/lib/clang/libllvmminimal/Makefile
index ddbecd60a21d..fcf9988793b9 100644
--- a/lib/clang/libllvmminimal/Makefile
+++ b/lib/clang/libllvmminimal/Makefile
@@ -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