summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvminstrumentation
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvminstrumentation')
-rw-r--r--lib/clang/libllvminstrumentation/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/clang/libllvminstrumentation/Makefile b/lib/clang/libllvminstrumentation/Makefile
index 62d9f97..fbfa198 100644
--- a/lib/clang/libllvminstrumentation/Makefile
+++ b/lib/clang/libllvminstrumentation/Makefile
@@ -3,13 +3,16 @@
LIB= llvminstrumentation
SRCDIR= lib/Transforms/Instrumentation
-SRCS= EdgeProfiling.cpp \
+SRCS= AddressSanitizer.cpp \
+ EdgeProfiling.cpp \
+ FunctionBlackList.cpp \
GCOVProfiling.cpp \
Instrumentation.cpp \
OptimalEdgeProfiling.cpp \
PathProfiling.cpp \
ProfilingUtils.cpp \
+ ThreadSanitizer.cpp
-#TGHDRS= Intrinsics
+TGHDRS= Intrinsics
.include "../clang.lib.mk"
OpenPOWER on IntegriCloud