summaryrefslogtreecommitdiff
path: root/make/platform/clang_darwin.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make/platform/clang_darwin.mk')
-rw-r--r--make/platform/clang_darwin.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index a29793991..e27c92c87 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -221,11 +221,10 @@ FUNCTIONS.cc_kext.x86_64 := $(CCKEXT_X86_FUNCTIONS) \
# FIXME: Currently, compiler-rt is missing implementations for a number of the
# functions that need to go into libcc_kext.a. Filter them out for now.
CCKEXT_MISSING_FUNCTIONS := \
- adddf3 addsf3 cmpdf2 cmpsf2 div0 divdf3 divsf3 \
- extendsfdf2 ffssi2 fixdfsi fixsfsi floatsidf floatsisf \
- floatunsidf floatunsisf gtdf2 gtsf2 ltdf2 ltsf2 \
- muldf3 mulsf3 negdf2 negsf2 subdf3 subsf3 \
- truncdfsf2 udiv_w_sdiv unorddf2 unordsf2 bswapdi2 \
+ cmpdf2 cmpsf2 div0 \
+ ffssi2 \
+ gtdf2 gtsf2 ltdf2 ltsf2 \
+ udiv_w_sdiv unorddf2 unordsf2 bswapdi2 \
bswapsi2 \
gcc_bcmp \
do_global_dtors \