Hi, Do we have plan to port compiler-rt's builtin-functions to AArch64? I know the .s files are not there. Those C files can be compiled for AArch64, right? Thanks, Weiming Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140701/0e47c101/attachment.html>
On 2 July 2014 01:18, Weiming Zhao <weimingz at codeaurora.org> wrote:> I know the .s files are not there. Those C files can be compiled for > AArch64, right?IIRC, I could compile the existing pieces on AArch64, and the build finished successfully, but that doesn't mean the result was any useful. Adding the missing assembly routines seems like the logical next step. cheers, --renato