freebsd-nq/lib/libclang_rt/profile/Makefile
Dimitry Andric f8ca070d3a Merge compiler-rt release_38 branch r258968.
Note that there is still a problem on amd64, causing SIGBUS in the early
startup of Address Sanitizer.  This is being investigated.
2016-02-06 13:39:20 +00:00

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>