diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-03-25 19:19:10 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-03-25 19:19:10 +0000 |
commit | 1d84f3757781559b3990c3b0acb8982034d0a615 (patch) | |
tree | f285aa294038cd61eadf6535959586f9b6a64de7 /compiler-rt | |
parent | 9faf2f902c862d3d8946f1635c0a299c492fe529 (diff) | |
download | bcm5719-llvm-1d84f3757781559b3990c3b0acb8982034d0a615.tar.gz bcm5719-llvm-1d84f3757781559b3990c3b0acb8982034d0a615.zip |
clang/Darwin: Add all the comparison functions, the desire to cherry pick just
the ones we want isn't worth the effort.
llvm-svn: 128298
Diffstat (limited to 'compiler-rt')
-rw-r--r-- | compiler-rt/make/platform/clang_darwin.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index e27c92c8781..3abed346f04 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/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 \ |