This is an archive of the discontinued LLVM Phabricator instance.

[lldb] add LLDB_SKIP_DSYM option
ClosedPublic

Authored by rmaz on May 25 2021, 3:50 PM.

Details

Summary

Add an option to skip generating a dSYM when installing the LLDB framework on Darwin.

Diff Detail

Event Timeline

rmaz created this revision.May 25 2021, 3:50 PM
rmaz requested review of this revision.May 25 2021, 3:50 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2021, 3:50 PM
smeenai accepted this revision.May 25 2021, 5:38 PM
smeenai added a subscriber: sgraenitz.

Swift's LLDB fork has a TODO for this :) CC @sgraenitz, who added that TODO.

LGTM. Do you need this to be committed for you?

This revision is now accepted and ready to land.May 25 2021, 5:38 PM
rmaz added a comment.May 26 2021, 8:32 AM

Swift's LLDB fork has a TODO for this :) CC @sgraenitz, who added that TODO.

LGTM. Do you need this to be committed for you?

If you could, thanks

This revision was automatically updated to reflect the committed changes.