Displaying 3 results from an estimated 3 matches for "8adf3c3a".
2013 Feb 19
2
[LLVMdev] ARM assembler's syntax in clang
On Tue, Feb 19, 2013 at 06:53:19PM +0800, Ashi wrote:
> My develop environment is:
> Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn)
>
> Undefined symbols for architecture armv7:
> "_add_gas", referenced from:
> _main in main_ios_clang.o
Apple requires a leading _ for all external symbols. So "works as
expected".
Joerg
2013 Feb 20
0
[LLVMdev] ARM assembler's syntax in clang
>Apple requires a leading _ for all external symbols. So "works as
>expected".
Thanks.
Do you have any advice to make the code work both under Apple and GNU gcc?
Best regards,
ashi
On Tue, Feb 19, 2013 at 8:20 PM, Joerg Sonnenberger <joerg at britannica.bec.de
> wrote:
> On Tue, Feb 19, 2013 at 06:53:19PM +0800, Ashi wrote:
> > My develop environment is:
>
2013 Feb 20
2
[LLVMdev] ARM assembler's syntax in clang
...underscore for external symbols is standard, if that's what
you're referring to.
http://en.m.wikipedia.org/wiki/Underscore#Origins_in_identifiers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130219/8adf3c3a/attachment.html>