aboutsummaryrefslogtreecommitdiff
path: root/lib/libclang_rt/profile
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-02-06 13:39:20 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-02-06 13:39:20 +0000
commitf8ca070d3aeee9332d1843f5aa44945374b51b8e (patch)
tree4efb8604227ede935238eb1c67b626da1265d459 /lib/libclang_rt/profile
parent752d00608cb24d3c902d6890efe6964247c2532c (diff)
parent807551b099338b7cc4f66ee567aae20a529dd27e (diff)
downloadsrc-f8ca070d3aeee9332d1843f5aa44945374b51b8e.tar.gz
src-f8ca070d3aeee9332d1843f5aa44945374b51b8e.zip
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.
Notes
Notes: svn path=/projects/clang380-import/; revision=295349
Diffstat (limited to 'lib/libclang_rt/profile')
-rw-r--r--lib/libclang_rt/profile/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libclang_rt/profile/Makefile b/lib/libclang_rt/profile/Makefile
index 6acbb4eb8c11..68ba991a45f8 100644
--- a/lib/libclang_rt/profile/Makefile
+++ b/lib/libclang_rt/profile/Makefile
@@ -8,9 +8,12 @@ LIB= clang_rt.profile-${CRTARCH}
SRCS= GCDAProfiling.c\
InstrProfiling.c\
+ InstrProfilingValue.c\
InstrProfilingBuffer.c\
InstrProfilingFile.c\
+ InstrProfilingWriter.c\
InstrProfilingPlatformDarwin.c\
+ InstrProfilingPlatformLinux.c\
InstrProfilingPlatformOther.c\
InstrProfilingRuntime.cc\
InstrProfilingUtil.c