[llvm-commits] [PATCH] Add malloc call utility functions

Duncan Sands baldrick at free.fr
Sat Sep 12 13:01:19 PDT 2009


> This would be a nice way to tell LLVM not to treat "main()" specially
> too, which irritates some clients who start execution at _start. :)

What special things does LLVM do with main?  I would have expected
all functions with external linkage to be treated as possible program
entry points...

Ciao,

Duncan.



More information about the llvm-commits mailing list