16 lines
268 B
Makefile
16 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= llvminstrumentation
|
|
|
|
SRCDIR= lib/Transforms/Instrumentation
|
|
SRCS= EdgeProfiling.cpp \
|
|
GCOVProfiling.cpp \
|
|
Instrumentation.cpp \
|
|
OptimalEdgeProfiling.cpp \
|
|
PathProfiling.cpp \
|
|
ProfilingUtils.cpp \
|
|
|
|
#TGHDRS= Intrinsics
|
|
|
|
.include "../clang.lib.mk"
|