Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 2016 23:36:11 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r293123 - projects/clang380-import/lib/clang/libllvmsupport
Message-ID:  <201601032336.u03NaB25090154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sun Jan  3 23:36:11 2016
New Revision: 293123
URL: https://svnweb.freebsd.org/changeset/base/293123

Log:
  Build Valgrind.cpp for LLDB, not only CLANG_EXTRAS
  
  It's required as of LLDB 3.8.

Modified:
  projects/clang380-import/lib/clang/libllvmsupport/Makefile

Modified: projects/clang380-import/lib/clang/libllvmsupport/Makefile
==============================================================================
--- projects/clang380-import/lib/clang/libllvmsupport/Makefile	Sun Jan  3 23:31:08 2016	(r293122)
+++ projects/clang380-import/lib/clang/libllvmsupport/Makefile	Sun Jan  3 23:36:11 2016	(r293123)
@@ -97,12 +97,12 @@ SRCS+=	ARMWinEH.cpp \
 	FileUtilities.cpp \
 	SystemUtils.cpp \
 	ThreadPool.cpp \
-	Valgrind.cpp \
 	Watchdog.cpp
 .endif
 
 .if ${MK_CLANG_EXTRAS} != "no" || ${MK_LLDB} != "no"
-SRCS+=	Memory.cpp
+SRCS+=	Memory.cpp \
+	Valgrind.cpp
 .endif
 
 .include "../clang.lib.mk"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601032336.u03NaB25090154>