Displaying 2 results from an estimated 2 matches for "2910e517".
Did you mean:
20100517
2013 Dec 17
2
[LLVMdev] compiler-rt for ARM-Linux with CMake?
How do I cross-compile compiler-rt for ARM-Linux with CMake?
Given a directory with sub-directories named 'llvm', 'compiler-rt',
and 'release' (which is a clang build directory), this build succeeds:
$ mkdir -p release-rt
$ cd release-rt
$ cmake ../llvm -G Ninja \
-DCMAKE_INSTALL_PREFIX=ship \
-DCMAKE_BUILD_TYPE=Release \
-DLLVM_ENABLE_ASSERTIONS=ON \
2013 Dec 17
0
[LLVMdev] compiler-rt for ARM-Linux with CMake?
...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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131217/2910e517/attachment.html>