This is an archive of the discontinued LLVM Phabricator instance.

Checkout release_38 branches of llvm and clang when building lldb 3.8
ClosedPublic

Authored by fjricci on Apr 27 2016, 11:48 AM.

Details

Summary

This commit is intended only for the release_38 branch, not for master.

Fixes xcodebuild for the release_38 branch, since llvm and clang must
be on the same branch as lldb when building.

Diff Detail

Event Timeline

fjricci updated this revision to Diff 55274.Apr 27 2016, 11:48 AM
fjricci retitled this revision from to Checkout release_38 branches of llvm and clang when building lldb 3.8.
fjricci updated this object.
fjricci added reviewers: clayborg, jasonmolenda.
fjricci added subscribers: hans, sas, lldb-commits.
sas accepted this revision.May 3 2016, 9:37 AM
sas added a reviewer: sas.

I did the same thing back when 3.7 was the current release branch and I think @clayborg reviewed it at that point.

Without this, we simply can't build the release branch.

This revision is now accepted and ready to land.May 3 2016, 9:37 AM
clayborg accepted this revision.May 3 2016, 1:18 PM
clayborg edited edge metadata.
This revision was automatically updated to reflect the committed changes.