|
|
| Bugzilla Link |
983 |
| Resolution |
INVALID |
| Resolved on |
Feb 22, 2010 12:50 |
| Version |
trunk |
| OS |
Linux |
| Reporter |
LLVM Bugzilla Contributor |
Extended Description
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.