This is an archive of the discontinued LLVM Phabricator instance.

Force the installation of lldb-server and lldb-argdumper
AbandonedPublic

Authored by sylvestre.ledru on Dec 29 2016, 4:12 AM.

Details

Reviewers
beanz
Summary

For some reasons, the usage of add_lldb_tool instead of add_lldb_executable causes these two binaries not be installed.
This patch fixes the issue

Diff Detail

Event Timeline

sylvestre.ledru retitled this revision from to Force the installation of lldb-server and lldb-argdumper.
sylvestre.ledru updated this object.
sylvestre.ledru added a reviewer: beanz.
sylvestre.ledru added a subscriber: Restricted Project.

Wouldn't it be better to either fix add_lldb_tool or switch to add_lldb_executable?

Probably, I did it the easy way

I don't know what ARG_GENERATE_INSTALL in cmake/modules/AddLLDB.cmake is for

beanz edited edge metadata.Jan 9 2017, 12:07 PM

I think I fixed this in rL290934.