summaryrefslogtreecommitdiff
path: root/make/platform/clang_darwin.mk
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-03-25 15:52:51 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-03-25 15:52:51 +0000
commitfb92f4bd1dec8ddd6132d9a365fd7be3b8086824 (patch)
treef066e229e5da3345b4e0a76bd2089e3f753ab451 /make/platform/clang_darwin.mk
parentf442f2622541ce54aea208fbe2ea5b79a104a481 (diff)
downloadcompiler-rt-fb92f4bd1dec8ddd6132d9a365fd7be3b8086824.tar.gz
Split single & double comparison routines into separate implementation files,
for consistency. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@128282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make/platform/clang_darwin.mk')
-rw-r--r--make/platform/clang_darwin.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index e27c92c87..dc377c416 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -223,8 +223,7 @@ 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 \
+ udiv_w_sdiv bswapdi2 \
bswapsi2 \
gcc_bcmp \
do_global_dtors \