summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2015-05-14 02:21:02 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2015-05-14 02:21:02 +0000
commit821c7c514f2a537db88646cca927d308c1961b52 (patch)
treea99ef0a4e206fbeee08de25a58509b6befd2dc92 /make
parent7baff7a311616f831b01555c7d6e69a8ce5048a2 (diff)
[Builtins] Wire half-precision conversions through cc_kext makefiles.
Kernel side of r237329. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@237330 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index e66d44148..e8349dba7 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -333,6 +333,7 @@ CCKEXT_COMMON_FUNCTIONS := \
udivmodsi4 \
do_global_dtors \
eprintf \
+ extendhfsf2 \
ffsdi2 \
fixdfdi \
fixsfdi \
@@ -363,6 +364,8 @@ CCKEXT_COMMON_FUNCTIONS := \
powisf2 \
subvdi3 \
subvsi3 \
+ truncdfhf2 \
+ truncsfhf2 \
ucmpdi2 \
udiv_w_sdiv \
udivdi3 \