Skip to content

Makefiles Should Install libtool *.la and *.lo files. #642

@llvmbot

Description

@llvmbot
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidResolved as invalid, i.e. not a bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions