[LLVMbugs] [Bug 455] NEW: gccld cannot produce a native shared library or native static library
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Nov 6 07:32:56 PST 2004
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=455
Summary: gccld cannot produce a native shared library or native
static library
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: gccld
AssignedTo: unassignedbugs at nondot.org
ReportedBy: zephiris at gmail.com
When compiling anything with both -shared and -native (or -native-cbe) it'll
produce bytecode instead of a normal (native) shared library. There's also
apparently no way to produce a 'native' static library (.a) with the toolchain,
but I suppose that's a separate issue.
I think this is important as the -native-cbe option appears to produce much
faster code than anything else with basic tests at least, and being able to use
it for normal interoperable libraries is a good idea if it can be done.
------- 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