Build Valgrind.cpp for LLDB, not only CLANG_EXTRAS

It's required as of LLDB 3.8.
This commit is contained in:
Ed Maste 2016-01-03 23:36:11 +00:00
parent e299c82dfd
commit 1b08e3c074
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/clang380-import/; revision=293123

View file

@ -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"