Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.
authorBob Wilson <bob.wilson@apple.com>
Tue, 14 Oct 2014 20:33:36 +0000 (20:33 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 14 Oct 2014 20:33:36 +0000 (20:33 +0000)
commitca0a38e0ae28a31eb73a58c2262cd8214898b738
treec2d4b09412d8ad1f373f1d03ebb04bc25015e05f
parente7367d6bcb9de27237ecab6de7208f4a725eda37
Add complex multiply/divide functions to arm64 iOS libclang_rt libraries.

Clang r219557 introduces libcalls to complex multiply/divide functions.
Since these functions are not available in iOS for arm64 devices, add them to
the static libraries.

llvm-svn: 219715
compiler-rt/lib/builtins/arm64/dummy.c [deleted file]
compiler-rt/make/platform/clang_darwin.mk