summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvminstrumentation
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvminstrumentation')
-rw-r--r--lib/clang/libllvminstrumentation/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/clang/libllvminstrumentation/Makefile b/lib/clang/libllvminstrumentation/Makefile
new file mode 100644
index 0000000..8e7e7a2
--- /dev/null
+++ b/lib/clang/libllvminstrumentation/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+LIB= llvminstrumentation
+
+SRCDIR= lib/Transforms/Instrumentation
+SRCS= AddressSanitizer.cpp \
+ BoundsChecking.cpp \
+ EdgeProfiling.cpp \
+ FunctionBlackList.cpp \
+ GCOVProfiling.cpp \
+ Instrumentation.cpp \
+ OptimalEdgeProfiling.cpp \
+ PathProfiling.cpp \
+ ProfilingUtils.cpp \
+ ThreadSanitizer.cpp
+
+TGHDRS= Intrinsics
+
+.include "../clang.lib.mk"
OpenPOWER on IntegriCloud