Fix WITH_LLDB build
A build with WITH_LLDB and not WITH_CLANG_EXTRAS failed after r276783. Reported by: rodrigc
This commit is contained in:
parent
a546fbcd7c
commit
21520c1887
@ -8,7 +8,7 @@ SRCDIR= lib/Target/AArch64/Disassembler
|
||||
INCDIR= lib/Target/AArch64
|
||||
SRCS= AArch64Disassembler.cpp
|
||||
|
||||
.if ${MK_CLANG_EXTRAS} != "no"
|
||||
.if ${MK_CLANG_EXTRAS} != "no" || .${MK_LLDB} != "no"
|
||||
SRCS+= AArch64ExternalSymbolizer.cpp
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user