Displaying 3 results from an estimated 3 matches for "e0eae81e".
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:
2013 Feb 20
0
[LLVMdev] ARM assembler's syntax in clang
But it's unreasonable that if I declare a function 'foo()', then I have to
implement '_foo()' in assembly, doesn't it?
Best regards,
ashi
On Wed, Feb 20, 2013 at 10:01 AM, Tyler Hardin
<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
2013 Feb 20
3
[LLVMdev] ARM assembler's syntax in clang
...034852/adding-leading-underscores-to-assembly-symbols-with-gcc-on-win32
Despite the title of the thread, the solution is compiler and system
independent.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130220/e0eae81e/attachment.html>