Displaying 2 results from an estimated 2 matches for "79fc55bd".
2018 Sep 27
4
How to cross-compile for ARC in clang?
Hello everyone,
I'm trying to compile my test.cpp for ARC, using this guide
https://clang.llvm.org/docs/CrossCompilation.html.
I've built my LLVM+CLANG with ARC, ARM and X86.
clang -target arc -S test.cpp
Gives me:
error: unknown target triple 'arc', please use -triple or -arch
clang -targer arm works fine
Is there any way to compile for ARC?
-------------- next part
2018 Sep 27
3
How to cross-compile for ARC in clang?
...n't find any trace of ARC in the Clang source, so I suspect
> it's only supported by LLVM at the moment.
>
> Cheers.
>
> Tim,
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180927/79fc55bd/attachment.html>