aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2015-09-10 20:35:47 +0000
committerDimitry Andric <dim@FreeBSD.org>2015-09-10 20:35:47 +0000
commit852790874793186f2dfe59fd7c7a082c6920ed9c (patch)
treef8f8e6ce180ca5204b650ff6315e6e0893f9a679 /lib/libcompiler_rt
parentcfab224f313612ff1961bdd7b9749e29d0e4e6af (diff)
parentf31bcc68c72371a2bf63aead9f3373a1ff2053b6 (diff)
downloadsrc-852790874793186f2dfe59fd7c7a082c6920ed9c.tar.gz
src-852790874793186f2dfe59fd7c7a082c6920ed9c.zip
Update compiler-rt to 3.7.0 release. This also includes the sanitizer
and profile libraries.
Notes
Notes: svn path=/projects/clang370-import/; revision=287626
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index 5e21883d9e8f..dae162425dff 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -48,6 +48,7 @@ SRCF= absvdi2 \
divxc3 \
enable_execute_stack \
eprintf \
+ extendhfsf2 \
ffsdi2 \
ffsti2 \
fixdfdi \
@@ -121,6 +122,8 @@ SRCF= absvdi2 \
subvsi3 \
subvti3 \
trampoline_setup \
+ truncdfhf2 \
+ truncsfhf2 \
ucmpdi2 \
ucmpti2 \
udivdi3 \