[LLVMbugs] [Bug 1302] NEW: code cleanup: llvm-ld warns when linking against shared libraries
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Apr 3 19:10:37 PDT 2007
http://llvm.org/bugs/show_bug.cgi?id=1302
Summary: code cleanup: llvm-ld warns when linking against shared
libraries
Product: tools
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: llvm-ld
AssignedTo: unassignedbugs at nondot.org
ReportedBy: lefever at crhc.uiuc.edu
When creating a native executable with llvm-ld and linking against a shared
(.so) library, using the -l option, llvm-ld generates the following warning:
llvm-ld: warning: Supposed library 'name_of_lib' isn't a library.
However, the produced executable seems to work fine, and seems to find
libname_of_lib.so through LD_LIBRARY_PATH just fine. Reid Spencer advised that
this is most likely a code cleanup bug.
------- 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