I believe the C source files in builtins directory are generic enough. Why not build a clang_rt.builtins-aarch64 library? --Sumanth G -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140708/969ee15b/attachment.html>
Alexey Samsonov
2014-Jul-08 18:51 UTC
[LLVMdev] [compiler-rt] clang_rt.builtins-aarch64 library
Sure, we can build libclang_rt.builtins-aarch64.a, if there are users for it and, ideally, someone able to setup a buildbot and keep it in a working state. On Tue, Jul 8, 2014 at 11:32 AM, sgundapa <sgundapa at codeaurora.org> wrote:> I believe the C source files in builtins directory are generic enough. > > Why not build a clang_rt.builtins-aarch64 library? > > > > --Sumanth G >-- Alexey Samsonov, Mountain View, CA -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140708/a89b116e/attachment.html>
Renato Golin
2014-Jul-08 18:52 UTC
[LLVMdev] [compiler-rt] clang_rt.builtins-aarch64 library
On 8 July 2014 19:51, Alexey Samsonov <samsonov at google.com> wrote:> Sure, we can build libclang_rt.builtins-aarch64.a, if there are users for it > and, ideally, someone able to setup a buildbot and keep it in a working > state.I was building it on AArch64, but not as a buildbot, and I can't yet set up an ARM64 bot at the moment, I'm afraid. But I can test the configurations, if that helps. cheers, --renato
Apparently Analagous Threads
- [LLVMdev] [compiler-rt] clang_rt.builtins-aarch64 library
- [LLVMdev] [compiler-rt] clang_rt.builtins-${arch} library on windows
- [LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
- [LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
- LLVMTargetMachine with optimization level passed from clang.