[LLVMbugs] [Bug 983] NEW: Tool dependencies are broken
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Nov 5 08:48:16 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=983
Summary: Tool dependencies are broken
Product: Build scripts
Version: cvs
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Makefiles
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rspencer at x10sys.com
After the change was made to use llvm-config to generate the set of libraries
for linking a tool, the dependency on those libraries in the makefile was
broken. You can now rebuild a library that a tool needs and not get a new
executable. For example, make a change to the CBackend and llc won't re-link.
------- 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