search for: origins_in_identifi

Displaying 4 results from an estimated 4 matches for "origins_in_identifi".

2013 Feb 20
2
[LLVMdev] ARM assembler's syntax in clang
> Do you have any advice to make the code work both under Apple and GNU gcc? The leading 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>
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
0
[LLVMdev] ARM assembler's syntax in clang
...<tghardin1 at catamount.wcu.edu>wrote: > > Do you have any advice to make the code work both under Apple and GNU > gcc? > > The leading 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/20130220/dcd04760/attachment.html>