summaryrefslogtreecommitdiffstats
path: root/lib/clang
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-01-03 23:36:11 +0000
committeremaste <emaste@FreeBSD.org>2016-01-03 23:36:11 +0000
commit3084507d32fa9dd7ca561f472c52dd2d8ea01749 (patch)
tree602910d3f8e9c2ec6b46847036e4f0205000ad7b /lib/clang
parentc46f8034c9a789f6d765a5767f7ae4a1d759f737 (diff)
downloadFreeBSD-src-3084507d32fa9dd7ca561f472c52dd2d8ea01749.zip
FreeBSD-src-3084507d32fa9dd7ca561f472c52dd2d8ea01749.tar.gz
Build Valgrind.cpp for LLDB, not only CLANG_EXTRAS
It's required as of LLDB 3.8.
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/libllvmsupport/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/libllvmsupport/Makefile b/lib/clang/libllvmsupport/Makefile
index fdd9dca..01195cb 100644
--- a/lib/clang/libllvmsupport/Makefile
+++ b/lib/clang/libllvmsupport/Makefile
@@ -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"
OpenPOWER on IntegriCloud