6170cec430
upcoming 3.1 release (expected in a few weeks). Preliminary release notes can be found at: <http://llvm.org/docs/ReleaseNotes.html> MFC after: 2 weeks
19 lines
337 B
Makefile
19 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvminstrumentation
|
|
|
|
SRCDIR= lib/Transforms/Instrumentation
|
|
SRCS= AddressSanitizer.cpp \
|
|
EdgeProfiling.cpp \
|
|
FunctionBlackList.cpp \
|
|
GCOVProfiling.cpp \
|
|
Instrumentation.cpp \
|
|
OptimalEdgeProfiling.cpp \
|
|
PathProfiling.cpp \
|
|
ProfilingUtils.cpp \
|
|
ThreadSanitizer.cpp
|
|
|
|
TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|