[Backport staging-22.11] libcxx: link correct libcxxabi version#203425
Merged
vcunat merged 3 commits intostaging-22.11from Dec 17, 2022
Merged
[Backport staging-22.11] libcxx: link correct libcxxabi version#203425vcunat merged 3 commits intostaging-22.11from
vcunat merged 3 commits intostaging-22.11from
Conversation
Same adjustment as made for libc++abi in #185766, for the same reason: the unamended dylib links to the libc++abi in the build stdenv, which is the wrong version. Tested on Darwin with LLVM 14 stdenv, but the phase is added to all versions, including 11 - so this will cause a mass rebuild. See: #185766 (cherry picked from commit 67f11a2)
Apart from being a no-op, this seems to cause the install to make a copy, rather than keeping the symlinks intact. (cherry picked from commit 252ea65)
This is to fix the stdenvBootstrapTools issue where otool & others are not available in PATH, but only under the targetPrefix. (cherry picked from commit 2252245)
13 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bot-based backport to
staging-22.11, triggered by a label in #201268.