> Not that I know of, and I always build compiler-rt natively, together with Clang and LLVM. :(Do you mean "natively on ARM" or "natively on X86 with the ARM target enabled"? If the former, do you have a script to merge the target libs into the host's install directory? If the latter, that'll only build the X86 versions of the compiler-rt libraries.> Would be great if you could write one, though. ;)if only I knew what content to add :) -Greg On Tue, Dec 17, 2013 at 2:22 PM, Renato Golin <renato.golin at linaro.org> wrote:> On 17 December 2013 22:09, Greg Fitzgerald <garious at gmail.com> wrote: >> >> http://llvm.org/docs/HowToCrossCompileLLVM.html >> >> Are there compiler-rt-specific instructions somewhere? > > > Not that I know of, and I always build compiler-rt natively, together with > Clang and LLVM. :( > > Would be great if you could write one, though. ;) > > cheers, > --renato
On 17 December 2013 22:30, Greg Fitzgerald <garious at gmail.com> wrote:> Do you mean "natively on ARM" or "natively on X86 with the ARM target > enabled"? >Natively on ARM, and I didn't try to "use" them, just building to test my changes. ;) (and that was a looong time ago). Though, I should start using them for real... cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131217/6b77ce99/attachment.html>
On Wed, Dec 18, 2013 at 2:30 AM, Greg Fitzgerald <garious at gmail.com> wrote:>> Not that I know of, and I always build compiler-rt natively, together with Clang and LLVM. :( > > Do you mean "natively on ARM" or "natively on X86 with the ARM target enabled"? > > If the former, do you have a script to merge the target libs into the > host's install directory? If the latter, that'll only build the X86 > versions of the compiler-rt libraries.There are simply no CMake build rules for building compiler-rt libraries targeting ARM (see compiler-rt/lib/CMakeLists.txt).> > >> Would be great if you could write one, though. ;) > > if only I knew what content to add :) > > -Greg > > > On Tue, Dec 17, 2013 at 2:22 PM, Renato Golin <renato.golin at linaro.org> wrote: >> On 17 December 2013 22:09, Greg Fitzgerald <garious at gmail.com> wrote: >>> >>> http://llvm.org/docs/HowToCrossCompileLLVM.html >>> >>> Are there compiler-rt-specific instructions somewhere? >> >> >> Not that I know of, and I always build compiler-rt natively, together with >> Clang and LLVM. :( >> >> Would be great if you could write one, though. ;) >> >> cheers, >> --renato > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-- Alexey Samsonov, MSK
On 20 December 2013 10:43, Alexey Samsonov <samsonov at google.com> wrote:> There are simply no CMake build rules for building compiler-rt > libraries targeting ARM (see compiler-rt/lib/CMakeLists.txt). >I may have used configure, I don't really remember... But that was years ago, so nothing relevant right now. --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131220/532b1040/attachment.html>
On 20 December 2013 10:43, Alexey Samsonov <samsonov at google.com> wrote:> There are simply no CMake build rules for building compiler-rt > libraries targeting ARM (see compiler-rt/lib/CMakeLists.txt). >Hi Alexey, I've added the ARM files on that CMake file but I got nothing compiled on ARM. Am I missing something? About the sanitizers, is there anyone that is known to work on ARM? If not, I should disable all tests on ARM for all sanitizers. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140122/1e9bb67e/attachment.html>
Maybe Matching Threads
- [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
- [LLVMdev] [compiler-rt] CMake bug in building ARM builtins library
- [LLVMdev] Install Problem of Compiler-rt with Visual Studio Express 2013 for Windows Desktop