Displaying 2 results from an estimated 2 matches for "5ff31ee1".
2013 Feb 05
0
[LLVMdev] Integrated ARM assembler
...LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130205/5ff31ee1/attachment.html>
2013 Feb 05
3
[LLVMdev] Integrated ARM assembler
Hi all,
I remember the discussion about promoting the integrated ARM assembler as
the default option, but I don't remember the outcome.
While compiling on ARM, I noticed that clang is not setting the
integrated-as by default and is calling GAS before LD, which sometimes
cause confusion (GAS doesn't like using r13 as a GPR, for instance).
While this is unpredictable in Thumb, it's