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

Memchr causes LLVM ERROR: Do not know how to split this operator's operand! #74

Closed
DianaNites opened this issue Aug 21, 2020 · 2 comments

Comments

@DianaNites
Copy link

Minimal reproduction

Memchr 2.2 and up don't compile on the x86_64-unknown-uefi target using the latest nightly, currently rustc 1.47.0-nightly (e15510ca3 2020-08-20), with "LLVM ERROR: Do not know how to split this operator's operand!"

memchr 2.1 and below compile, however.

Related:

Issue #57, but that was a year ago and with a custom target, and this is an upstream one? Sorry if duplicate idk where else this should be reported,

@BurntSushi
Copy link
Owner

It should probably be reported to rustc. This crate isn't responsible for llvm errors. That's rustc's domain. They will figure out whether it's a bug in rustc or llvm.

@DianaNites
Copy link
Author

Okay thanks! sorry.

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