This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix race condition in framework installation
ClosedPublic

Authored by smeenai on Oct 30 2018, 6:04 PM.

Details

Summary

We need the install-liblldb-stripped target to also depend on the
llvm-framework target in order for the installation to be guaranteed to
behave as intended. I believe this is simply a typo.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

smeenai created this revision.Oct 30 2018, 6:04 PM
xiaobai accepted this revision.Oct 30 2018, 7:03 PM

Good catch! Thank you so much.

This revision is now accepted and ready to land.Oct 30 2018, 7:03 PM
This revision was automatically updated to reflect the committed changes.