Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't enable libcpp for llvm by default. #14506

Merged
merged 1 commit into from
May 29, 2014
Merged

Don't enable libcpp for llvm by default. #14506

merged 1 commit into from
May 29, 2014

Conversation

luqmana
Copy link
Member

@luqmana luqmana commented May 29, 2014

This used to be clang only but accidentally became the default for everyone.

@alexcrichton
Copy link
Member

To work with the snapshot builders this needs to be implicitly enabled for at least clang. Does the LLVM configure fail if the compiler being used is gcc?

@luqmana
Copy link
Member Author

luqmana commented May 29, 2014

@alexcrichton I've changed it to just apply for clang.

bors added a commit that referenced this pull request May 29, 2014
This used to be clang only but accidentally became the default for everyone.
@bors bors closed this May 29, 2014
@bors bors merged commit 3b56724 into rust-lang:master May 29, 2014
@luqmana luqmana deleted the fc branch May 29, 2014 20:20
SimonSapin added a commit to servo/servo that referenced this pull request Jun 3, 2014
… in order to get rust-lang/rust#14506.
Without this, Rust’s configure fails when g++ is used to build LLVM.
SimonSapin added a commit to servo/servo that referenced this pull request Jun 4, 2014
… in order to get rust-lang/rust#14506.
Without this, Rust’s configure fails when g++ is used to build LLVM.
bors added a commit to rust-lang-ci/rust that referenced this pull request Jun 5, 2023
…ykril

fix: unify types in `infer_expr_coerce_never()`

Fixes rust-lang#14506

rust-lang#14506 turned out to be a regression in type inference. `infer_expr_coerce_never()` added in rust-lang#14251 allows never-to-any coercion but should also perform ordinary type unification in other cases.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants