summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-04-20 21:40:40 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-04-20 21:40:40 +0000
commit4c45b931fde3005c8b253ebf7e18035b88e05f52 (patch)
tree774c894cc70b71eb59a403cb09834adb13b39527
parent56026be8c0582ae073c46b47b81856fb425bf977 (diff)
downloadcompiler-rt-4c45b931fde3005c8b253ebf7e18035b88e05f52.tar.gz
clang_darwin: Add divmod functions to cc_kext library.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129874 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--make/platform/clang_darwin.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index ed711e0a9..535155b17 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -87,6 +87,8 @@ CCKEXT_COMMON_FUNCTIONS := \
divdc3 \
divdi3 \
divsc3 \
+ divmodsi4 \
+ udivmodsi4 \
do_global_dtors \
eprintf \
ffsdi2 \