|
|
| Bugzilla Link |
270 |
| Resolution |
INVALID |
| Resolved on |
Feb 22, 2010 12:49 |
| Version |
trunk |
| OS |
All |
| Reporter |
LLVM Bugzilla Contributor |
| CC |
@lattner |
Extended Description
Since LLVM uses libtool to generate its libraries and objects, it would be a
courtesy to other libtool users if LLVM would install all the libtool output.
That is, for every xyz.a library there should be an xyz.la file and for every
abc.o object there should be an abc.lo file. These files help libtool portably
link the objects and libraries into other programs.