HEADS UP: Upgraded clang, llvm and lldb to 3.5.0

Craig Rodrigues rodrigc at FreeBSD.org
Thu Jan 8 14:15:08 UTC 2015


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

> On 8 January 2015 at 08:45, Craig Rodrigues <rodrigc at 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


More information about the freebsd-toolchain mailing list