svn commit: r293123 - projects/clang380-import/lib/clang/libllvmsupport

Ed Maste emaste at FreeBSD.org
Sun Jan 3 23:36:12 UTC 2016


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"


More information about the svn-src-projects mailing list