]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/clang/libllvminstrumentation/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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         BlackList.cpp \
10         BoundsChecking.cpp \
11         EdgeProfiling.cpp \
12         GCOVProfiling.cpp \
13         MemorySanitizer.cpp \
14         Instrumentation.cpp \
15         OptimalEdgeProfiling.cpp \
16         PathProfiling.cpp \
17         ProfilingUtils.cpp \
18         ThreadSanitizer.cpp
19
20 TGHDRS= Intrinsics
21
22 .include "../clang.lib.mk"