Makefile (e04518a677826c6fbeca0bf767f79b47dd94d671) | Makefile (f57be329fc1b1c9227029ea39166de2b9ab5df20) |
---|---|
1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5LIB= clang_rt.profile-${CRTARCH} 6 7CFLAGS+= -DCOMPILER_RT_HAS_ATOMICS=1 8CFLAGS+= -DCOMPILER_RT_HAS_FCNTL_LCK=1 --- 4 unchanged lines hidden (view full) --- 13 14SRCS+= profile/GCDAProfiling.c 15SRCS+= profile/InstrProfiling.c 16SRCS+= profile/InstrProfilingBuffer.c 17SRCS+= profile/InstrProfilingFile.c 18SRCS+= profile/InstrProfilingMerge.c 19SRCS+= profile/InstrProfilingMergeFile.c 20SRCS+= profile/InstrProfilingNameVar.c | 1# $FreeBSD$ 2 3.include <bsd.init.mk> 4 5LIB= clang_rt.profile-${CRTARCH} 6 7CFLAGS+= -DCOMPILER_RT_HAS_ATOMICS=1 8CFLAGS+= -DCOMPILER_RT_HAS_FCNTL_LCK=1 --- 4 unchanged lines hidden (view full) --- 13 14SRCS+= profile/GCDAProfiling.c 15SRCS+= profile/InstrProfiling.c 16SRCS+= profile/InstrProfilingBuffer.c 17SRCS+= profile/InstrProfilingFile.c 18SRCS+= profile/InstrProfilingMerge.c 19SRCS+= profile/InstrProfilingMergeFile.c 20SRCS+= profile/InstrProfilingNameVar.c |
21SRCS+= profile/InstrProfilingPlatformDarwin.c | |
22SRCS+= profile/InstrProfilingPlatformLinux.c 23SRCS+= profile/InstrProfilingPlatformOther.c 24SRCS+= profile/InstrProfilingRuntime.cc 25SRCS+= profile/InstrProfilingUtil.c 26SRCS+= profile/InstrProfilingValue.c 27SRCS+= profile/InstrProfilingWriter.c 28 29.include <bsd.lib.mk> | 21SRCS+= profile/InstrProfilingPlatformLinux.c 22SRCS+= profile/InstrProfilingPlatformOther.c 23SRCS+= profile/InstrProfilingRuntime.cc 24SRCS+= profile/InstrProfilingUtil.c 25SRCS+= profile/InstrProfilingValue.c 26SRCS+= profile/InstrProfilingWriter.c 27 28.include <bsd.lib.mk> |