[llvm-commits] [compiler-rt] r128298 - /compiler-rt/trunk/make/platform/clang_darwin.mk
Daniel Dunbar
daniel at zuster.org
Fri Mar 25 12:19:11 PDT 2011
Author: ddunbar
Date: Fri Mar 25 14:19:10 2011
New Revision: 128298
URL: http://llvm.org/viewvc/llvm-project?rev=128298&view=rev
Log:
clang/Darwin: Add all the comparison functions, the desire to cherry pick just
the ones we want isn't worth the effort.
Modified:
compiler-rt/trunk/make/platform/clang_darwin.mk
Modified: compiler-rt/trunk/make/platform/clang_darwin.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_darwin.mk?rev=128298&r1=128297&r2=128298&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Fri Mar 25 14:19:10 2011
@@ -135,10 +135,8 @@
floatsisf \
floatunsidf \
floatunsisf \
- gtdf2 \
- gtsf2 \
- ltdf2 \
- ltsf2 \
+ comparedf2 \
+ comparesf2 \
modsi3 \
muldf3 \
mulsf3 \
@@ -223,7 +221,6 @@
CCKEXT_MISSING_FUNCTIONS := \
cmpdf2 cmpsf2 div0 \
ffssi2 \
- gtdf2 gtsf2 ltdf2 ltsf2 \
udiv_w_sdiv unorddf2 unordsf2 bswapdi2 \
bswapsi2 \
gcc_bcmp \
More information about the llvm-commits
mailing list