Add 64-bit multiply functions to iOS arm64 compiler-rt dylib

llvm-svn: 225226
This commit is contained in:
Nick Kledzik 2015-01-06 00:27:21 +00:00
parent ad7aa8147a
commit 83a2d8ec73
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ FUNCTIONS.armv7s := $(FUNCTIONS.armv7)
FUNCTIONS.arm64 := divti3 modti3 \
udivmodti4 \
udivti3 umodti3 \
mulsc3 muldc3 \
powisf2 powidf2 \
clzti2 \
fixdfti fixsfti \