]> CyberLeo.Net >> Repos - FreeBSD/releng/9.1.git/blob - lib/clang/libllvminstrumentation/Makefile
Fix Denial of Service vulnerability in named(8). [13:07]
[FreeBSD/releng/9.1.git] / lib / clang / libllvminstrumentation / Makefile
1 # $FreeBSD$
2
3 LIB=    llvminstrumentation
4
5 SRCDIR= lib/Transforms/Instrumentation
6 SRCS=   AddressSanitizer.cpp \
7         EdgeProfiling.cpp \
8         FunctionBlackList.cpp \
9         GCOVProfiling.cpp \
10         Instrumentation.cpp \
11         OptimalEdgeProfiling.cpp \
12         PathProfiling.cpp \
13         ProfilingUtils.cpp \
14         ThreadSanitizer.cpp
15
16 TGHDRS= Intrinsics
17
18 .include "../clang.lib.mk"