On Thu, Jan 8, 2015 at 6:04 AM, Ed Maste <ema...@freebsd.org> wrote:

> On 8 January 2015 at 08:45, Craig Rodrigues <rodr...@freebsd.org> wrote:
> > I just tried to build CURRENT with WITH_LLDB=yes
> > in /etc/make.conf.  I got this error:
> >
> > ...
>
> Thanks for the report Craig, I'm looking at it.
>


This fixes it for me:

Index: libllvmaarch64disassembler/Makefile
===================================================================
--- libllvmaarch64disassembler/Makefile (revision 276808)
+++ libllvmaarch64disassembler/Makefile (working copy)
@@ -8,7 +8,7 @@
 INCDIR=        lib/Target/AArch64
 SRCS=  AArch64Disassembler.cpp

-.if ${MK_CLANG_EXTRAS} != "no"
+.if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
 SRCS+= AArch64ExternalSymbolizer.cpp
 .endif

--
Craig
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to