2011-05-02 21:04:37 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-09-06 22:02:13 +00:00
|
|
|
.include <src.opts.mk>
|
2013-02-02 22:28:29 +00:00
|
|
|
|
2011-05-02 21:04:37 +00:00
|
|
|
LIB= llvminstrumentation
|
|
|
|
|
|
|
|
SRCDIR= lib/Transforms/Instrumentation
|
2012-04-16 21:23:25 +00:00
|
|
|
SRCS= AddressSanitizer.cpp \
|
2012-08-20 18:33:03 +00:00
|
|
|
BoundsChecking.cpp \
|
2014-02-16 19:44:07 +00:00
|
|
|
DataFlowSanitizer.cpp \
|
2011-05-02 21:04:37 +00:00
|
|
|
GCOVProfiling.cpp \
|
2015-01-26 18:48:27 +00:00
|
|
|
InstrProfiling.cpp \
|
2015-12-31 14:39:45 +00:00
|
|
|
Instrumentation.cpp \
|
|
|
|
MemorySanitizer.cpp \
|
|
|
|
PGOInstrumentation.cpp \
|
2015-06-23 18:46:29 +00:00
|
|
|
SafeStack.cpp \
|
2015-01-26 18:48:27 +00:00
|
|
|
SanitizerCoverage.cpp \
|
2012-04-16 21:23:25 +00:00
|
|
|
ThreadSanitizer.cpp
|
2011-05-02 21:04:37 +00:00
|
|
|
|
2015-12-31 14:39:45 +00:00
|
|
|
TGHDRS= Attributes \
|
|
|
|
Intrinsics
|
2011-05-02 21:04:37 +00:00
|
|
|
|
|
|
|
.include "../clang.lib.mk"
|