[LLVMdev] compiler-rt for ARM-Linux with CMake?

Alexey Samsonov samsonov at google.com
Fri Dec 20 02:43:36 PST 2013


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



More information about the llvm-dev mailing list