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

Compiling libcore with -Zlower-128bit-ops broken #58969

Closed
bjorn3 opened this issue Mar 6, 2019 · 2 comments
Closed

Compiling libcore with -Zlower-128bit-ops broken #58969

bjorn3 opened this issue Mar 6, 2019 · 2 comments

Comments

@bjorn3
Copy link
Member

bjorn3 commented Mar 6, 2019

error: requires `u128_shro` lang_item

The u128 lang items are only defined in compiler_builtins.

@scottmcm
Copy link
Member

scottmcm commented Mar 7, 2019

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.

@bjorn3
Copy link
Member Author

bjorn3 commented Mar 8, 2019

I understand.

@bjorn3 bjorn3 closed this as completed Mar 8, 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants