summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-03-25 19:19:10 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-03-25 19:19:10 +0000
commit358b3fd9c3fbdba1e0b8f5ed2aa4a4bfe62375eb (patch)
treec1b873d04b630f6ead7ad9a36061b36a09d52f17
parentce750fdaab5c9c1d013817ad949c9109eb3f2af2 (diff)
downloadcompiler-rt-358b3fd9c3fbdba1e0b8f5ed2aa4a4bfe62375eb.tar.gz
clang/Darwin: Add all the comparison functions, the desire to cherry pick just
the ones we want isn't worth the effort. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@128298 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--make/platform/clang_darwin.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index e27c92c87..3abed346f 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -135,10 +135,8 @@ CCKEXT_ARM_FUNCTIONS := $(CCKEXT_COMMON_FUNCTIONS) \
floatsisf \
floatunsidf \
floatunsisf \
- gtdf2 \
- gtsf2 \
- ltdf2 \
- ltsf2 \
+ comparedf2 \
+ comparesf2 \
modsi3 \
muldf3 \
mulsf3 \
@@ -223,7 +221,6 @@ FUNCTIONS.cc_kext.x86_64 := $(CCKEXT_X86_FUNCTIONS) \
CCKEXT_MISSING_FUNCTIONS := \
cmpdf2 cmpsf2 div0 \
ffssi2 \
- gtdf2 gtsf2 ltdf2 ltsf2 \
udiv_w_sdiv unorddf2 unordsf2 bswapdi2 \
bswapsi2 \
gcc_bcmp \