aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/Makefile')
-rw-r--r--lib/clang/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/Makefile b/lib/clang/Makefile
index eacda631abc6..42f190a09ebe 100644
--- a/lib/clang/Makefile
+++ b/lib/clang/Makefile
@@ -66,7 +66,6 @@ SUBDIR= libclanganalysis \
libllvmarmasmprinter \
libllvmarmcodegen \
libllvmarmdesc \
- libllvmarmdisassembler \
libllvmarminfo \
libllvmmipsasmparser \
libllvmmipsasmprinter \
@@ -77,7 +76,6 @@ SUBDIR= libclanganalysis \
libllvmpowerpcasmprinter \
libllvmpowerpccodegen \
libllvmpowerpcdesc \
- libllvmpowerpcdisassembler \
libllvmpowerpcinfo \
libllvmsparcasmparser \
libllvmsparcasmprinter \
@@ -105,9 +103,11 @@ SUBDIR+=libllvmdebuginfodwarf \
.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
SUBDIR+=libllvmexecutionengine \
libllvmaarch64disassembler \
+ libllvmarmdisassembler \
libllvminterpreter \
libllvmmcjit \
libllvmmipsdisassembler \
+ libllvmpowerpcdisassembler \
libllvmruntimedyld \
libllvmsparcdisassembler \
libllvmx86disassembler