[LLVMbugs] [Bug 286] NEW: Generated bytecode has references to __main()
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Thu Mar 11 12:40:58 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=286
Summary: Generated bytecode has references to __main()
Product: tools
Version: trunk
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: llvm-gcc
AssignedTo: unassignedbugs at nondot.org
ReportedBy: criswell at uiuc.edu
When compiling burg and aha to bytecode on MacOS X, a call to __main() is placed
in the program and __main() is declared but not defined.
This causes the CBE to fail since it cannot find __main().
The Linux/x86 version does not generate the call to __main().
------- 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