[LLVMbugs] [Bug 20366] Can't set entry point (OS X Mavericks)
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Jul 19 13:04:34 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20366
Anton Korobeynikov <asl at math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |asl at math.spbu.ru
Resolution|--- |INVALID
--- Comment #1 from Anton Korobeynikov <asl at math.spbu.ru> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140719/623df445/attachment.html>
More information about the llvm-bugs
mailing list