]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/clang/libllvminstrumentation/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / clang / libllvminstrumentation / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    llvminstrumentation
6
7 SRCDIR= lib/Transforms/Instrumentation
8 SRCS=   AddressSanitizer.cpp \
9         BoundsChecking.cpp \
10         DataFlowSanitizer.cpp \
11         DebugIR.cpp \
12         GCOVProfiling.cpp \
13         MemorySanitizer.cpp \
14         Instrumentation.cpp \
15         ThreadSanitizer.cpp
16
17 TGHDRS= Intrinsics
18
19 .include "../clang.lib.mk"