-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Compiling libcore with -Zlower-128bit-ops broken #58969
Comments
This feature never got finished; there are all sorts of problems. Empirically (the types got stabilized) the expectation is that the LLVM backends should just add support; that it's not Rust's problem. |
I understand. |
This was referenced Jul 13, 2019
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 24, 2019
…lexcrichton Remove support for -Zlower-128bit-ops It is broken and unused cc rust-lang#58969 blocked rust-lang/compiler-builtins#302 (removes definitions of the lang items removed in this PR) r? @alexcrichton
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 24, 2019
…lexcrichton Remove support for -Zlower-128bit-ops It is broken and unused cc rust-lang#58969 blocked rust-lang/compiler-builtins#302 (removes definitions of the lang items removed in this PR) r? @alexcrichton
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 25, 2019
…lexcrichton Remove support for -Zlower-128bit-ops It is broken and unused cc rust-lang#58969 blocked rust-lang/compiler-builtins#302 (removes definitions of the lang items removed in this PR) r? @alexcrichton
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 26, 2019
…lexcrichton Remove support for -Zlower-128bit-ops It is broken and unused cc rust-lang#58969 blocked rust-lang/compiler-builtins#302 (removes definitions of the lang items removed in this PR) r? @alexcrichton
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 26, 2019
…lexcrichton Remove support for -Zlower-128bit-ops It is broken and unused cc rust-lang#58969 blocked rust-lang/compiler-builtins#302 (removes definitions of the lang items removed in this PR) r? @alexcrichton
Centril
added a commit
to Centril/rust
that referenced
this issue
Jul 26, 2019
…lexcrichton Remove support for -Zlower-128bit-ops It is broken and unused cc rust-lang#58969 blocked rust-lang/compiler-builtins#302 (removes definitions of the lang items removed in this PR) r? @alexcrichton
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The u128 lang items are only defined in
compiler_builtins
.The text was updated successfully, but these errors were encountered: