summaryrefslogtreecommitdiffstats
path: root/lib/clang
diff options
context:
space:
mode:
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