f8ca070d3a
Note that there is still a problem on amd64, causing SIGBUS in the early startup of Address Sanitizer. This is being investigated.
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
LIB= clang_rt.profile-${CRTARCH}
|
|
|
|
.PATH: ${CRTSRC}/lib/profile
|
|
|
|
SRCS= GCDAProfiling.c\
|
|
InstrProfiling.c\
|
|
InstrProfilingValue.c\
|
|
InstrProfilingBuffer.c\
|
|
InstrProfilingFile.c\
|
|
InstrProfilingWriter.c\
|
|
InstrProfilingPlatformDarwin.c\
|
|
InstrProfilingPlatformLinux.c\
|
|
InstrProfilingPlatformOther.c\
|
|
InstrProfilingRuntime.cc\
|
|
InstrProfilingUtil.c
|
|
|
|
.include <bsd.lib.mk>
|