[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang

Greg Fitzgerald garious at gmail.com
Tue Nov 26 10:46:02 PST 2013


Here's where we left off:
http://lists.cs.uiuc.edu/pipermail/llvmdev/2013-February/059099.html

In 3.4, I think the integrated assembler is in excellent shape and
should be enabled by default for ARM ELF.  I've been using it
exclusively for at least 6 months now.

-Greg



On Tue, Nov 26, 2013 at 10:13 AM, Tim Northover <t.p.northover at gmail.com> wrote:
>>> Out of curiosity, can't clang do the assembly itself in this case?
>>
>> It can, but you need to use -integrated-as, because that's not the default
>> yet. (some missing features).
>
> Do you remember what those features are Renato? MC has been around
> years, we really should start sorting them now.
>
> Cheers.
>
> Tim
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev



More information about the llvm-dev mailing list