Displaying 3 results from an estimated 3 matches for "1e9bb67e".
2013 Dec 20
0
[LLVMdev] compiler-rt for ARM-Linux with CMake?
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
2014 Jan 22
2
[LLVMdev] compiler-rt for ARM-Linux with CMake?
...ing?
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>
2013 Dec 17
4
[LLVMdev] compiler-rt for ARM-Linux with CMake?
> 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