Displaying 3 results from an estimated 3 matches for "yanglee".
2016 Apr 25
2
bug: cross-compile Clang/LLVM for ARM using Clang/LLVM
Hi James, renato,
So how do I download the missing ARM libraries on Ubuntu14.04? I cannot
find any available libraries.
Best,
Liyang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160425/04dfc553/attachment.html>
2016 May 03
2
Problem on cross-compiling compiler-rt
This is currently a rough area in our build system, but there are two CMake options you probably need to set.
(1) -DLLVM_BUILD_EXTERNAL_COMPILER_RT=On —> This option causes the build to use the just-built clang when building compiler-rt
(2) -DCOMPILER_RT_DEFAULT_TARGET_ARCH=??? —> This is where you specify which architecture you want to build the compiler-rt archives and libraries for
2016 May 05
2
Problem on cross-compiling compiler-rt
...braries, such as emutls and eprintf, that are using host system header files, which may potentially cause compatible problem. I'm not sure if they should be included in GENERIC_SOURCES.
> I hope this information could help the cross-compiling of compiler-rt.
> Thank you. Thanks, Chris and yanglee.
>
> Lei
>
> -----Original Messages-----
> From: "Chris Bieneman" <beanz at apple.com>
> Sent Time: Wednesday, May 4, 2016
> To: "李阳" <yanglee.cqu at gmail.com>
> Cc: "王磊" <wanglei at ia.ac.cn>, "LLVM Dev" <llvm-...