summaryrefslogtreecommitdiffstats
path: root/lib/libclang_rt/profile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libclang_rt/profile/Makefile')
-rw-r--r--lib/libclang_rt/profile/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/libclang_rt/profile/Makefile b/lib/libclang_rt/profile/Makefile
new file mode 100644
index 0000000..058a8f1
--- /dev/null
+++ b/lib/libclang_rt/profile/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+.include <bsd.init.mk>
+
+LIB= clang_rt.profile-${CRTARCH}
+
+.PATH: ${CRTSRC}/lib/profile
+
+SRCS= GCDAProfiling.c\
+ InstrProfiling.c\
+ InstrProfilingBuffer.c\
+ InstrProfilingFile.c\
+ InstrProfilingPlatformDarwin.c\
+ InstrProfilingPlatformOther.c\
+ InstrProfilingRuntime.cc\
+
+.include <bsd.lib.mk>
OpenPOWER on IntegriCloud