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.
Differential D19608
Checkout release_38 branches of llvm and clang when building lldb 3.8 fjricci on Apr 27 2016, 11:48 AM. Authored by
Details 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
Diff Detail
Event TimelineComment Actions 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. |