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.
This goes together with conda-forge/libcxx-feedstock#183 (and backports; all for conda-forge/clangdev-feedstock#310), though the builds from that have been marked broken for now, because without this PR, our existing C++ compiler setup would break (as current
clangxx_{{ target }}
only pulls inlibcxx
which doesn't contain the headers anymore after the split).For now, this PR is only for review (the changes are at least being tested forApproach for now is to introducellvm_rc
builds) and to discuss how to pull this off without too much breakage.libcxx-devel
as a wrapper around the existinglibcxx
that keeps all of its content (for now), and once this PR is merged, we can actually enforce the split in libcxx properly.