[LLVMbugs] [Bug 1492] Wrong arguments for main() trigger assert in lli
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Jun 3 09:44:29 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1492
asl at math.spbu.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From asl at math.spbu.ru 2007-06-03 11:44 -------
This is not a bug. lli cannot know, whether arguments are swapped, dropped, etc.
It supports all 3 types of main():
- int main(void)
- int main(argc, argv)
- int main(argc, argv, envp)
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list