summaryrefslogtreecommitdiff
path: root/make/platform
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-03-25 18:45:39 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-03-25 18:45:39 +0000
commitce750fdaab5c9c1d013817ad949c9109eb3f2af2 (patch)
tree05c8c6e8ce51d97a2cca43cf8e55aa392c8db2cb /make/platform
parentfb92f4bd1dec8ddd6132d9a365fd7be3b8086824 (diff)
Revert "Split single & double comparison routines into separate implementation
files," for now, I missed some necesary updates. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@128296 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/platform')
-rw-r--r--make/platform/clang_darwin.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index dc377c416..e27c92c87 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -223,7 +223,8 @@ FUNCTIONS.cc_kext.x86_64 := $(CCKEXT_X86_FUNCTIONS) \
CCKEXT_MISSING_FUNCTIONS := \
cmpdf2 cmpsf2 div0 \
ffssi2 \
- udiv_w_sdiv bswapdi2 \
+ gtdf2 gtsf2 ltdf2 ltsf2 \
+ udiv_w_sdiv unorddf2 unordsf2 bswapdi2 \
bswapsi2 \
gcc_bcmp \
do_global_dtors \