aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/Instrumentation/Android.mk')
-rw-r--r--lib/Transforms/Instrumentation/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Transforms/Instrumentation/Android.mk b/lib/Transforms/Instrumentation/Android.mk
index 29431edd65..94f4651fd7 100644
--- a/lib/Transforms/Instrumentation/Android.mk
+++ b/lib/Transforms/Instrumentation/Android.mk
@@ -6,7 +6,9 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
EdgeProfiling.cpp \
+ Instrumentation.cpp \
ProfilingUtils.cpp \
+ PathProfiling.cpp \
OptimalEdgeProfiling.cpp
LOCAL_MODULE:= libLLVMInstrumentation