http://llvm.org/bugs/show_bug.cgi?id=20366

Anton Korobeynikov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Anton Korobeynikov <[email protected]> ---
Please report all the problems with Apple-provided tools to Apple bugtracker.

man ld says:

     -e symbol_name
                 Specifies the entry point of a main executable.  By default
the entry name is "start" which is found in crt1.o which contains the glue code
                 need to set up and call main().

So, certainly the semantics is different compared to GNU ld

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to