From 0314b7e24df2efda5be540d98d9d0f5ea60b1e9f Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Mon, 30 Nov 2015 19:16:58 +0000 Subject: [PATCH] libllvmmirparser and libllvmlibdriver are only used in usr.bin/clang/llc and usr.bin/clang/llvm-ar, respectively, when MK_CLANG_EXTRAS is yes. MFC after: 1 week Sponsored by: EMC / Isilon Storage Division --- lib/clang/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/clang/Makefile b/lib/clang/Makefile index 88bc3b1f206..905346a4567 100644 --- a/lib/clang/Makefile +++ b/lib/clang/Makefile @@ -41,12 +41,10 @@ SUBDIR= libclanganalysis \ libllvmipa \ libllvmipo \ libllvmirreader \ - libllvmlibdriver \ libllvmlinker \ libllvmmc \ libllvmmcdisassembler \ libllvmmcparser \ - libllvmmirparser \ libllvmobjcarcopts \ libllvmobject \ libllvmoption \ @@ -97,7 +95,9 @@ SUBDIR= libclanganalysis \ .if ${MK_CLANG_EXTRAS} != "no" SUBDIR+=libllvmdebuginfodwarf \ libllvmdebuginfopdb \ + libllvmlibdriver \ libllvmlto \ + libllvmmirparser \ libllvmorcjit \ libllvmpasses .endif # MK_CLANG_EXTRAS